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. |
attachment | ScriptAttachment | The script attachment to use for the system. This is the attachment that will be used for the system's callback. |
Returns
Name | Type | Documentation |
---|---|---|
builder | ScriptSystemBuilder | The system builder |