![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Documentation for class CEditorModule. More...
#include <2024_10_30.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 |
![]() | |
Ident const | Id |
Documentation for class CEditorModule.
Supported declare modes :
Definition at line 10814 of file 2024_10_30.h.
Enumerator | |
---|---|
Undefined | |
Hud | |
Inventory | |
Store | |
ScoresTable | |
Equipment | |
MenuBase | |
MenuPage | |
Chrono | |
SpeedMeter | |
PlayerState | |
TeamState |
Definition at line 10819 of file 2024_10_30.h.
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 |
Definition at line 10868 of file 2024_10_30.h.
CModuleMenuPageModel* const CEditorModule::EditedMenuPage |
Definition at line 10872 of file 2024_10_30.h.
CModulePlaygroundHudModel* const CEditorModule::EditedPlaygroundHud |
Definition at line 10876 of file 2024_10_30.h.
Text const CEditorModule::FileBrowser_FilePath |
Definition at line 10896 of file 2024_10_30.h.
Boolean const CEditorModule::FileBrowser_IsRunning |
Definition at line 10892 of file 2024_10_30.h.
Boolean CEditorModule::IsPreviewMode |
Definition at line 10904 of file 2024_10_30.h.
Array<CEditorPluginModuleEvent* const > CEditorModule::PendingEvents |
Definition at line 10900 of file 2024_10_30.h.