system_builder
Creates a new script system builder, which can be used to add new systems to the world.
Arguments
Name | Type | Documentation |
---|---|---|
callback | String | The function name in the script this system should call when run. |
script_id | String | The id of the script this system will execute when run. |
Returns
Name | Type | Documentation |
---|---|---|
builder | ScriptSystemBuilder | The system builder |