![]() |
ManiaScript Trackmania 2020
14/07/2025
|
ServerPlugin Event. More...
#include <2025_07_14.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 |
| Enumerator | |
|---|---|
| Default | |
| ToSpectatorCurrent | |
| ToSpectatorAll | |
| ToTeam | |
Definition at line 8175 of file 2025_07_14.h.
| Enumerator | |
|---|---|
| Unknown | |
| ClientConnected | |
| ClientDisconnected | |
| MapLoaded | |
| BeginMatch | |
| BeginRound | |
| EndRound | |
| EndMatch | |
| MapUnloadRequested | |
| MapUnloaded | |
| ChatCommand | |
| ChatMessage | |
| ModeCallback | |
Definition at line 8157 of file 2025_07_14.h.
Definition at line 8204 of file 2025_07_14.h.
| Text const CServerPluginEvent::ChatCommandType |
Definition at line 8200 of file 2025_07_14.h.
| CServerPluginEvent::EChatOption const CServerPluginEvent::ChatOption |
Definition at line 8196 of file 2025_07_14.h.
| Text const CServerPluginEvent::ChatText |
Definition at line 8192 of file 2025_07_14.h.
| CClient* const CServerPluginEvent::Client |
Definition at line 8188 of file 2025_07_14.h.
Definition at line 8220 of file 2025_07_14.h.
Definition at line 8216 of file 2025_07_14.h.
Definition at line 8212 of file 2025_07_14.h.
| Text const CServerPluginEvent::ModeCallbackType |
Definition at line 8208 of file 2025_07_14.h.
| CServerPluginEvent::EType const CServerPluginEvent::Type |
Event type.
Definition at line 8184 of file 2025_07_14.h.