ScriptSystemBuilder
Opaque Type. 🔒
Description
A builder for systems living in scripts
Functions
Function | Summary |
---|---|
after(self_, system) | Specifies the system is to run *after* the given system Note: this is an experimental feature, and |
before(self_, system) | Specifies the system is to run *before* the given system. Note: this is an experimental feature, an |
exclusive(self_) | Specifies the system is to run exclusively, meaning it can access anything, but will not run in para |
query(self_, query) | No Documentation 🚧 |
resource(self_, resource) | Requests the system have access to the given resource. The resource will be added to the list of arg |