![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CEditorModule. More...
#include <doc.h>
Public Types | |
| enum | EModuleType { Undefined , Hud , Inventory , Store , ScoresTable , Equipment , MenuBase , MenuPage , Chrono , SpeedMeter , PlayerState , TeamState } |
Public Member Functions | |
| Void | NewModule (CEditorModule::EModuleType ModuleType) |
| Void | OpenModule (Text Path) |
| Void | Save () |
| Void | SaveAs (Text Path) |
| Void | SaveCopyAs (Text Path) |
| Void | ForceExit () |
| Void | SetPreviewBackground (Text Url) |
| Void | ReloadPreview () |
| Void | EditedPlaygroundHud_SetPreviewContext (Ident ContextId) |
| Void | FileBrowser_Open () |
| Void | FileBrowser_Save () |
Public Attributes | |
| CModuleMenuModel *const | EditedMenu |
| CModuleMenuPageModel *const | EditedMenuPage |
| CModulePlaygroundHudModel *const | EditedPlaygroundHud |
| Boolean const | FileBrowser_IsRunning |
| Text const | FileBrowser_FilePath |
| Array< CEditorPluginModuleEvent *const > | PendingEvents |
| Boolean | IsPreviewMode |
Public Attributes inherited from CNod | |
| Ident const | Id |
| Void CEditorModule::FileBrowser_Open | ( | ) |
| Void CEditorModule::FileBrowser_Save | ( | ) |
| Void CEditorModule::ForceExit | ( | ) |
| Void CEditorModule::NewModule | ( | CEditorModule::EModuleType | ModuleType | ) |
| Void CEditorModule::ReloadPreview | ( | ) |
| Void CEditorModule::Save | ( | ) |
| CModuleMenuModel* const CEditorModule::EditedMenu |
| CModuleMenuPageModel* const CEditorModule::EditedMenuPage |
| CModulePlaygroundHudModel* const CEditorModule::EditedPlaygroundHud |
| Text const CEditorModule::FileBrowser_FilePath |
| Boolean const CEditorModule::FileBrowser_IsRunning |
| Boolean CEditorModule::IsPreviewMode |
| Array<CEditorPluginModuleEvent* const > CEditorModule::PendingEvents |