| VariableRegistry.hx | |
| VariableRegistry | Keeps track of variables shared between import modules. |
| Functions | |
| getVariable | Retrieves the vaule of a variable. |
| setVariable | Sets the vaule of a variable. |
Keeps track of variables shared between import modules.
| Functions | |
| getVariable | Retrieves the vaule of a variable. |
| setVariable | Sets the vaule of a variable. |
Retrieves the vaule of a variable.
function getVariable( name: String ): Dynamic
Sets the vaule of a variable.
function setVariable( name: String, value: Dynamic ): Void