![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
ServerPlugin Event. More...
#include <doc.h>
Public Types | |
| enum | EType { Unknown , ClientConnected , ClientDisconnected , MapLoaded , BeginMatch , BeginRound , EndRound , EndMatch , MapUnloadRequested , MapUnloaded , ChatCommand , ChatMessage , ModeCallback } |
| enum | EChatOption { Default , ToSpectatorCurrent , ToSpectatorAll , ToTeam } |
Public Attributes | |
| CServerPluginEvent::EType const | Type |
| CClient *const | Client |
| Text const | ChatText |
| CServerPluginEvent::EChatOption const | ChatOption |
| Text const | ChatCommandType |
| Array< Text > | ChatCommandData |
| Text const | ModeCallbackType |
| Array< Text > | ModeCallbackData |
| Array< CScore *const > | EndMatchScores |
| Array< Integer > | EndMatchRanks |
Public Attributes inherited from CBaseConstEvent | |
| Boolean | HasBeenProcessed |
Public Attributes inherited from CNod | |
| Ident const | Id |
ServerPlugin Event.
Supported declare modes :
| Text const CServerPluginEvent::ChatCommandType |
| CServerPluginEvent::EChatOption const CServerPluginEvent::ChatOption |
| Text const CServerPluginEvent::ChatText |
| CClient* const CServerPluginEvent::Client |
| Text const CServerPluginEvent::ModeCallbackType |
| CServerPluginEvent::EType const CServerPluginEvent::Type |
Event type.