![]() |
ManiaScript Trackmania 2020
30/10/2024
|
API for editor plugins. More...
#include <2024_10_30.h>
Public Types | |
enum | EMeshEditorAPI { Materials, Interactions, Display, Global, Sets, Voxel, PickInfo, UndoRedo } |
![]() | |
enum | EInteractionStatus { Active, Closed, Aborted } |
![]() | |
enum | ELinkType { ExternalBrowser, ManialinkBrowser } |
API for editor plugins.
Supported declare modes :
Definition at line 454 of file 2024_10_30.h.
Enumerator | |
---|---|
Materials | |
Interactions | |
Display | |
Global | |
Sets | |
Voxel | |
PickInfo | |
UndoRedo |
Definition at line 459 of file 2024_10_30.h.
CEditorPluginHandle CEditorMainPlugin::GetPluginHandle | ( | Text | Name | ) |
Void CEditorMainPlugin::Help_Close | ( | ) |
Void CEditorMainPlugin::Help_Open | ( | ) |
Void CEditorMainPlugin::Plugin_SetClearance | ( | CEditorPluginHandle | Handle, |
CEditorMainPlugin::EMeshEditorAPI | API, | ||
Boolean | IsAllowed | ||
) |
Void CEditorMainPlugin::SendPluginEvent | ( | CEditorPluginHandle | Handle, |
Text | Type, | ||
Array< Text > | Data | ||
) |
Array<CGameModuleEditorBase* const > CEditorMainPlugin::Modules |
Definition at line 516 of file 2024_10_30.h.
Array<CEditorPluginHandle* const > CEditorMainPlugin::Plugins |
Definition at line 508 of file 2024_10_30.h.