system_builder

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

Arguments

  • 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

  • builder : ScriptSystemBuilder - The system builder