Functions
Non-Associated Functions
Global functions that are not associated with any type and callable from anywhere in the script.
For function details and documentation, click on the function link.
Function | Summary |
---|---|
construct | Attempts to construct the given type, given an arbitrary map of values. |
register_callback | Registers a "frozen" callback handler, For example, this code: ```lua register_callback("on_script_unloaded", my_unload_handler) function my_unload_handler() print("handling unload!") end ``` would call the `my_... |
system_builder | Creates a new script system builder, which can be used to add new systems to the world. |