![]() |
ManiaPlanet ManiaScript Reference 2019.11.19.1850
A ManiaScript Reference of the ManiaPlanet game.
|
#include <doc.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
| 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 CClient [] CServerPlugin::Players |
Users connected as players.
| const CScore [] CServerPlugin::Scores |
Sorted scores.
| const CClient [] CServerPlugin::Spectators |
Users connected as spectators.