ManiaPlanet 3 ManiaScript Reference 2015.06.18.1510
A ManiaScript Reference of the ManiaPlanet 3 game (frozen installation). This is OUTDATED, and exists only for entertainment purposes.
|
Public Types | |
enum | Type { LayerCustomEvent , KeyPress , MenuNavigation , CursorSelectionBegin , CursorSelectionEnd , CursorChange , MapModified , EditorInput , EditAnchor , EditObjectives , StartValidation } |
enum | EInput { Unknown , Menu , SwitchToRace , CursorUp , CursorRight , CursorDown , CursorLeft , CursorRaise , CursorLower , CursorTurn , CursorPick , CursorPlace , CursorDelete , CameraUp , CameraRight , CameraDown , CameraLeft , IconUp , IconRight , IconDown , IconLeft } |
Public Types inherited from CManiaAppEvent | |
enum | EType { LayerCustomEvent , KeyPress , ExternalCustomEvent , MenuNavigation } |
enum | EMenuNavAction { Up , Right , Left , Down , Select , Cancel , PageUp , PageDown } |
Public Attributes | |
const Type | Type |
const EInput | Input |
const Ident | EditedAnchorDataId |
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 Integer | KeyCode |
const Text | KeyName |
Public Attributes inherited from CNod | |
const Ident | Id |