ManiaScript
Script language used in ManiaPlanet
|
#include <big.h>
Public Types | |
enum | EUISound { Alert, ShowDialog, HideDialog } |
Public Member Functions | |
Boolean | IsKeyPressed (Integer KeyCode) |
CUILayer | UILayerCreate () |
Void | UILayerDestroy (CUILayer Layer) |
Void | UILayerDestroyAll () |
Void | LayerCustomEvent (CUILayer Layer, Text Type, Text[] Data) |
Void | PlaySound (EUISound Sound, Integer SoundVariant) |
Public Attributes | |
const Integer | Now |
const CMlAppEvent[] | PendingEvents |
const Text | CurrentLocalDateText |
const Real | MouseX |
const Real | MouseY |
const Boolean | MouseLeftButton |
const Boolean | MouseRightButton |
const Boolean | MouseMiddleButton |
const CUILayer[] | UILayers |
const CXmlManager | Xml |
const CHttpManager | Http |
const CAudioManager | Audio |
![]() | |
const Ident | Id |
Supported declare modes : Local Persistent This is the base Manialink page interface.
enum CMlApp::EUISound |
CUILayer CMlApp::UILayerCreate | ( | ) |
Void CMlApp::UILayerDestroyAll | ( | ) |
const CAudioManager CMlApp::Audio |
const Text CMlApp::CurrentLocalDateText |
const CHttpManager CMlApp::Http |
const Boolean CMlApp::MouseLeftButton |
const Boolean CMlApp::MouseMiddleButton |
const Boolean CMlApp::MouseRightButton |
const Real CMlApp::MouseX |
const Real CMlApp::MouseY |
const Integer CMlApp::Now |
const CMlAppEvent [] CMlApp::PendingEvents |
Queue of frame events.
const CUILayer [] CMlApp::UILayers |
const CXmlManager CMlApp::Xml |