LuauScriptLanguage๏ƒ

Experimental: This class may be changed or removed in future versions.

Inherits: ScriptLanguage < Object

Script language integration for Luau.

Description๏ƒ

Registers Luau with the script server, provides validation, templates, debugger hooks, and autoload singleton globals.

Methods๏ƒ

void

add_global_constant(variable: StringName, value: Variant)

bool

debug_should_break_at(source: String, line: int) const

int

find_function(function: String, code: String) const

Array

get_built_in_templates(object: StringName) const

Array

get_public_constants() const

LuauScriptLanguage

get_singleton() static

Dictionary

validate(source: String, path: String, functions: Variant = null) const


Method Descriptions๏ƒ

void add_global_constant(variable: StringName, value: Variant) ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


bool debug_should_break_at(source: String, line: int) const ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


int find_function(function: String, code: String) const ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


Array get_built_in_templates(object: StringName) const ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


Array get_public_constants() const ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


LuauScriptLanguage get_singleton() static ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!


Dictionary validate(source: String, path: String, functions: Variant = null) const ๐Ÿ”—

There is currently no description for this method. Please help us by contributing one!