![]() |
ManiaScript
2019-10-10
The script language used in ManiaPlanet gaming system
|
#include <big.h>
Public Member Functions | |
| Void | Leave () |
| Void | MeshId_Next () |
| Void | MeshId_Previous () |
| CBadge | BadgeCreate () |
| Void | BadgeDestroy (CBadge Badge) |
| Void | BadgeCopy (CBadge Source, CBadge Destination) |
| Void | BadgeReadFromProfile (CBadge Badge, Ident UserId) |
| Void | BadgeWriteToProfile (CBadge Badge, Ident UserId) |
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 | |
| CBadge | DisplayCurrentBadge |
| Vec2 | DisplayPosN |
| Vec2 | DisplaySize |
| Real | DisplayFoV |
| Real | CameraTransitionDuration |
| Real | MeshRotation_MaxSpeed |
| Real | MeshRotation_Acceleration |
| Ident | DisplayCurrentMeshId |
| const Ident [] | MeshIds |
| const CBadge [] | Badges |
Public Attributes inherited from CManiaAppBase | |
| const CManiaAppEvent [] | PendingEvents |
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 |
Additional Inherited Members | |
Public Types inherited from CManiaApp | |
| enum | ELinkType { ExternalBrowser, ManialinkBrowser } |
Supported declare modes : Local Persistent API for Maniaplanet client scripts.
| CBadge CBadgeEditor::BadgeCreate | ( | ) |
| Void CBadgeEditor::Leave | ( | ) |
| Void CBadgeEditor::MeshId_Next | ( | ) |
| Void CBadgeEditor::MeshId_Previous | ( | ) |
| const CBadge [] CBadgeEditor::Badges |
| Real CBadgeEditor::CameraTransitionDuration |
Values in range (0.100000-10.000000)
| CBadge CBadgeEditor::DisplayCurrentBadge |
| Ident CBadgeEditor::DisplayCurrentMeshId |
| Real CBadgeEditor::DisplayFoV |
| Vec2 CBadgeEditor::DisplayPosN |
| Vec2 CBadgeEditor::DisplaySize |
| const Ident [] CBadgeEditor::MeshIds |
| Real CBadgeEditor::MeshRotation_Acceleration |
Values in range (0.100000-10.000000)
| Real CBadgeEditor::MeshRotation_MaxSpeed |
Values in range (-10.000000-10.000000)
1.8.15