Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.
attachmentScriptAttachmentThe script attachment to use for the system. This is the attachment that will be used for the system's callback.

Returns

NameTypeDocumentation
builderScriptSystemBuilderThe system builder