LuauScript๏ƒ

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

Inherits: Script < Resource < RefCounted < Object

Luau script resource for node attachment and global classes.

Description๏ƒ

Represents a Luau script file (.luau, .lua, or compiled .luauc sidecar). Supports hybrid table DSL and gdclass syntax.

Methods๏ƒ

PackedByteArray

compile(force_recompile: bool = false)

bool

is_placeholder_fallback_enabled() const

Error

load_source_code(path: String)

Variant

new(...) vararg


Method Descriptions๏ƒ

PackedByteArray compile(force_recompile: bool = false) ๐Ÿ”—

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


bool is_placeholder_fallback_enabled() const ๐Ÿ”—

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


Error load_source_code(path: String) ๐Ÿ”—

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


Variant new(...) vararg ๐Ÿ”—

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