![]() |
ManiaScript
2019-10-10
The script language used in ManiaPlanet gaming system
|
#include <big.h>
Public Member Functions | |
| CClient | GetClient (Text Login) |
| CClient | GetClient (CUIConfig UI) |
| Void | TweakTeamColorsToAvoidHueOverlap () |
| Void | TriggerModeScriptEvent (Text Type, Text[] Data) |
| Void | SendModeScriptCommand (Text CommandName, Boolean BoolVal) |
| Void | SendModeScriptCommand (Text CommandName, Integer IntVal) |
| Void | SendModeScriptCommand (Text CommandName, Real RealVal) |
| Void | SendModeScriptCommand (Text CommandName, Text TextVal) |
| Void | RestartMap () |
| Void | NextMap () |
| Text | Dbg_DumpDeclareForVariables (CNod Nod, Boolean StatsOnly) |
Public Attributes | |
| const CTitle | LoadedTitle |
| const CMapInfo | MapInfo |
| const CClient [] | Clients |
| const CClient [] | Spectators |
| const CClient [] | Players |
| const CScore [] | Scores |
| const CUser [] | Users |
| const CTeam [] | Teams |
| Text | NeutralEmblemUrl |
| Text | ForcedClubLinkUrl1 |
| Text | ForcedClubLinkUrl2 |
| const Integer | Now |
| const CServerPluginEvent [] | PendingEvents |
| const Boolean | MapLoaded |
| const Boolean | MapUnloadRequested |
| const CMapInfo [] | MapList |
| const Integer | CurMapIndex |
| Integer | NextMapIndex |
| Boolean | HoldMapUnloadRequest |
| Boolean | Client_ComputeMinimap |
| const CUIConfigMgr | UIManager |
| const CServerAdmin | ServerAdmin |
| const CXmlRpc | XmlRpc |
| const CParsingManager | Xml |
| const CHttpManager | Http |
| const CSystemPlatform | System |
Public Attributes inherited from CNod | |
| const Ident | Id |
Supported declare modes : Local Persistent Server plugin
| Void CServerPlugin::NextMap | ( | ) |
| Void CServerPlugin::RestartMap | ( | ) |
| Void CServerPlugin::TweakTeamColorsToAvoidHueOverlap | ( | ) |
| Boolean CServerPlugin::Client_ComputeMinimap |
Enable minimap on the clients, even if the mode does not do it.
| const CClient [] CServerPlugin::Clients |
Currently connected Users.
| const Integer CServerPlugin::CurMapIndex |
| Text CServerPlugin::ForcedClubLinkUrl1 |
| Text CServerPlugin::ForcedClubLinkUrl2 |
| Boolean CServerPlugin::HoldMapUnloadRequest |
| const CHttpManager CServerPlugin::Http |
| const CTitle CServerPlugin::LoadedTitle |
| const CMapInfo CServerPlugin::MapInfo |
| const CMapInfo [] CServerPlugin::MapList |
| const Boolean CServerPlugin::MapLoaded |
| const Boolean CServerPlugin::MapUnloadRequested |
| Text CServerPlugin::NeutralEmblemUrl |
| Integer CServerPlugin::NextMapIndex |
| const Integer CServerPlugin::Now |
| const CServerPluginEvent [] CServerPlugin::PendingEvents |
| const CClient [] CServerPlugin::Players |
Users connected as players.
| const CScore [] CServerPlugin::Scores |
Sorted scores.
| const CServerAdmin CServerPlugin::ServerAdmin |
| const CClient [] CServerPlugin::Spectators |
Users connected as spectators.
| const CSystemPlatform CServerPlugin::System |
| const CTeam [] CServerPlugin::Teams |
| const CUIConfigMgr CServerPlugin::UIManager |
| const CUser [] CServerPlugin::Users |
| const CParsingManager CServerPlugin::Xml |
| const CXmlRpc CServerPlugin::XmlRpc |
1.8.15