Schema
Allows for control of the boot process of the schema such as piggybacking from other schemas
Functions
impulse.Schema.Boot(name)
Internal
This is an internal function! You are able to use it, but you risk unintended side effects if used incorrectly.
Starts the Schema boot sequence
Parameters
-
name
string
Schema file name
impulse.Schema.PiggyBoot(name, object)
View source »Boots a specified object from a foreign schema using the piggbacking system
Parameters
-
name
string
Schema file name
-
object
string
The folder in the schema to load
impulse.Schema.PiggyBootEntities(name)
View source »Boots all entities from a foreign schema using the piggbacking system
Parameters
-
name
string
Schema file name
impulse.Schema.PiggyBootPlugin(name, plugin)
View source »Boots a specified plugin from a foreign schema using the piggbacking system
Parameters
-
name
string
Schema file name
-
plugin
string
The plugin folder name