system_builder

Creates a new script system builder, which can be used to add new systems to the world.

Arguments

NameTypeDocumentation
callbackStringThe function name in the script this system should call when run.
script_idStringThe id of the script this system will execute when run.

Returns

NameTypeDocumentation
builderScriptSystemBuilderThe system builder