![]() |
ManiaScript
2019-10-10
The script language used in ManiaPlanet gaming system
|
#include <big.h>
Public Types | |
| enum | Type { LayerCustomEvent, KeyPress, MenuNavigation, CursorSelectionBegin, CursorSelectionEnd, CursorChange, MapModified, EditorInput, MapSavedOrSaveCancelled, EditAnchor, EditObjectives, StartValidation, StartTest } |
| enum | EInput { Unknown, Menu, SwitchToRace, Undo, Redo, CursorUp, CursorRight, CursorDown, CursorLeft, CursorRaise, CursorLower, CursorTurn, CursorPick, CursorPlace, CursorDelete, CameraUp, CameraRight, CameraDown, CameraLeft, CameraZoomNext, Camera0, Camera1, Camera3, Camera7, Camera9, PivotChange, CursorTurnSlightly, CursorTurnSlightlyAntiClockwise, IconUp, IconRight, IconDown, IconLeft, RemoveAll, Save, SaveAs, MapStyle, ClassicMapEditor } |
Public Types inherited from CManiaAppEvent | |
| enum | EType { LayerCustomEvent, KeyPress, ExternalCustomEvent, MenuNavigation } |
| enum | EMenuNavAction { Up, Right, Left, Down, Select, Cancel, PageUp, PageDown, AppMenu, Action1, Action2, ScrollUp, ScrollDown } |
Public Attributes | |
| const Type | Type |
| const EInput | Input |
| const Ident | EditedAnchorDataId |
| const Boolean | IsFromPad |
| const Boolean | IsFromMouse |
| const Boolean | IsFromKeyboard |
| const Boolean | OnlyScriptMetadataModified |
| const Boolean | MapSavedOrSaveCancelled |
Public Attributes inherited from CManiaAppEvent | |
| const EType | Type |
| const CUILayer | CustomEventLayer |
| const Text | CustomEventType |
| const Text [] | CustomEventData |
| const Text | ExternalEventType |
| const Text [] | ExternalEventData |
| const EMenuNavAction | MenuNavAction |
| const Boolean | IsActionAutoRepeat |
| const Integer | KeyCode |
| const Text | KeyName |
Public Attributes inherited from CBaseConstEvent | |
| Boolean | HasBeenProcessed |
Public Attributes inherited from CNod | |
| const Ident | Id |
Supported declare modes : Local An event
| const Ident CMapEditorPluginEvent::EditedAnchorDataId |
| const EInput CMapEditorPluginEvent::Input |
| const Boolean CMapEditorPluginEvent::IsFromKeyboard |
| const Boolean CMapEditorPluginEvent::IsFromMouse |
| const Boolean CMapEditorPluginEvent::IsFromPad |
| const Boolean CMapEditorPluginEvent::MapSavedOrSaveCancelled |
| const Boolean CMapEditorPluginEvent::OnlyScriptMetadataModified |
1.8.15