Module Systems
Container for registered SystemClasses
Functions
register (name, systemClass) | Registers a SystemClass. |
has (name) | Returns true if the containter has the SystemClass with the name |
get (name) | Returns the SystemClass with the name |
Functions
- register (name, systemClass)
-
Registers a SystemClass.
Parameters:
- has (name)
-
Returns true if the containter has the SystemClass with the name
Parameters:
- name string Name of the SystemClass to check
Returns:
-
boolean
- get (name)
-
Returns the SystemClass with the name
Parameters:
- name string Name of the SystemClass to get
Returns:
-
SystemClass with the name