ManiaPlanet ManiaScript Reference 2019.11.19.1850
A ManiaScript Reference of the ManiaPlanet game.
|
#include <doc.h>
Public Types | |
enum | EMeshEditorAPI { Materials , Interactions , Display , Global , Sets , Voxel , PickInfo , UndoRedo } |
Public Types inherited from CAnyEditorPlugin | |
enum | EInteractionStatus { Active , Closed , Aborted } |
Public Types inherited from CManiaApp | |
enum | ELinkType { ExternalBrowser , ManialinkBrowser } |
Public Member Functions | |
Void | Help_Open () |
Void | Help_Close () |
CEditorPluginHandle | GetPluginHandle (Text Name) |
Void | SendPluginEvent (CEditorPluginHandle Handle, Text Type, Text[] Data) |
Void | Context_SetActive (Text ContextName, Boolean IsActive) |
Boolean | Context_IsActive (Text ContextName) |
Boolean | Binding_IsActive (Text BindingName) |
Boolean | Binding_IsActive (Text ContextName, Text BindingName) |
Void | Plugin_SetClearance (CEditorPluginHandle Handle, EMeshEditorAPI API, Boolean IsAllowed) |
Public Member Functions inherited from CManiaApp | |
CUILayer | UILayerCreate () |
Void | UILayerDestroy (CUILayer Layer) |
Void | UILayerDestroyAll () |
Void | LayerCustomEvent (CUILayer Layer, Text Type, Text[] Data) |
Void | OpenLink (Text Url, ELinkType LinkType) |
Boolean | OpenFileInExplorer (Text FileName) |
Void | Dialog_Message (Text Message) |
Text | Dbg_DumpDeclareForVariables (CNod Nod, Boolean StatsOnly) |
Public Attributes | |
const CEditorPluginHandle[] | Plugins |
Public Attributes inherited from CAnyEditorPlugin | |
const CManiaAppEvent[] | PendingEvents |
const CEditorModule | ModuleEditor |
const CEditorMesh | MeshEditor |
const CEditorEditor | EditorEditor |
const EInteractionStatus | InteractionStatus |
Public Attributes inherited from CManiaApp | |
const Text | ManiaAppUrl |
const Text | ManiaAppBaseUrl |
const Integer | Now |
const Boolean | IsVisible |
Integer | LayersDefaultManialinkVersion |
const CUser | LocalUser |
const CTitle | LoadedTitle |
Boolean | EnableMenuNavigationInputs |
const CUILayer[] | UILayers |
const CParsingManager | Xml |
const CHttpManager | Http |
const CVideoManager | Video |
const CAudioManager | Audio |
const CInputManager | Input |
const CDataFileMgr | DataFileMgr |
const CScoreMgr | ScoreMgr |
const CUserV2Manager | UserMgr |
const CSystemPlatform | System |
Public Attributes inherited from CNod | |
const Ident | Id |
Supported declare modes : Local Persistent API for editor plugins.