![]() |
ManiaScript
2019-10-10
The script language used in ManiaPlanet gaming system
|
#include <big.h>
Public Member Functions | |
| Void | SendCustomEvent (Text Type, Text[] Data) |
Public Member Functions inherited from CManiaAppPlaygroundCommon | |
| Void | SplitScreenAssignLayer (CUILayer UILayer, Integer ScreenNum) |
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) |
Additional Inherited Members | |
Public Types inherited from CManiaApp | |
| enum | ELinkType { ExternalBrowser, ManialinkBrowser } |
Public Attributes inherited from CManiaAppPlaygroundCommon | |
| const CManiaAppPlaygroundEvent [] | PendingEvents |
| const CPlaygroundClient | Playground |
| const CMap | Map |
| CUIConfig | UI |
| CUIConfig | ClientUI |
| const Integer | SplitScreenCount |
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 This is the client ManiaApp for game modes.
Send a custom event to the CMode script.
1.8.15