DDDBrowserScript๏ƒ

Inherits: Node3D < Node < Object

Luau script asset for DDDBrowser levels (not a Blazium LuauScript / gdclass).

Description๏ƒ

Asset-only node that exports a .luau file into assets[] with mediaType application/x-luau.

Classic scripts return a table with DDDBrowser lifecycle methods (on_start, on_update, etc.) and use Engine / Scene / Gamemode / localStorage.

For Blazium Luau gdclass behaviors, attach a LuauScript to the instance node (e.g. MeshInstance3D) instead; the exporter passthroughs source and DDDBrowser runs _ready / _process via its compatibility layer. Use right-click Check DDD Luau to compile-check with DDD API stubs.

Properties๏ƒ

String

asset_id

""

bool

pin_sha256

true

String

source_path

""


Property Descriptions๏ƒ

String asset_id = "" ๐Ÿ”—

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


bool pin_sha256 = true ๐Ÿ”—

  • void set_pin_sha256(value: bool)

  • bool get_pin_sha256()

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


String source_path = "" ๐Ÿ”—

  • void set_source_path(value: String)

  • String get_source_path()

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