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) |
debug_should_break_at(source: String, line: int) const |
|
find_function(function: String, code: String) const |
|
get_built_in_templates(object: StringName) const |
|
get_public_constants() const |
|
get_singleton() static |
|
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!