|
ManiaScript Reference
2019-05
|
Public Member Functions | |
| Ident | SubModuleAdd (Text ModulePath, Text ModuleName) |
| Ident | SubModuleSetNameAndId (Ident ModuleId, Text NewModuleName) |
| Void | SubModuleRemove (Ident ModuleId) |
| Boolean | SubModuleIsContextActive (Ident ModuleId, Ident ContextId) |
| Void | SubModuleSetContextIsActive (Ident ModuleId, Ident ContextId, Boolean IsActive) |
| Ident | ContextAdd (Text ContextName) |
| Ident | ContextSetId (Ident ContextId, Text NewContextName) |
| Void | ContextRemove (Ident ContextId) |
| Void | SubModuleRetrieve (Ident ModuleId) |
Public Attributes | |
| const Ident [] | ContextsIds |
| const Ident [] | SubModuleIds |
| SHudModule | SubModule |
| const Integer | EditorContextIndex |
Public Attributes inherited from CNod | |
| const Ident | Id |
| Void CModulePlaygroundHudModel::SubModuleSetContextIsActive | ( | Ident | ModuleId, |
| Ident | ContextId, | ||
| Boolean | IsActive | ||
| ) |
| const Ident [] CModulePlaygroundHudModel::ContextsIds |
| const Integer CModulePlaygroundHudModel::EditorContextIndex |
| SHudModule CModulePlaygroundHudModel::SubModule |
| const Ident [] CModulePlaygroundHudModel::SubModuleIds |