![]() |
ManiaScript Trackmania 2020
30/10/2024
|
ServerPlugin Event. More...
#include <2024_10_30.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 |
![]() | |
Boolean | HasBeenProcessed |
![]() | |
Ident const | Id |
Enumerator | |
---|---|
Default | |
ToSpectatorCurrent | |
ToSpectatorAll | |
ToTeam |
Definition at line 8147 of file 2024_10_30.h.
Enumerator | |
---|---|
Unknown | |
ClientConnected | |
ClientDisconnected | |
MapLoaded | |
BeginMatch | |
BeginRound | |
EndRound | |
EndMatch | |
MapUnloadRequested | |
MapUnloaded | |
ChatCommand | |
ChatMessage | |
ModeCallback |
Definition at line 8129 of file 2024_10_30.h.
Definition at line 8176 of file 2024_10_30.h.
Text const CServerPluginEvent::ChatCommandType |
Definition at line 8172 of file 2024_10_30.h.
CServerPluginEvent::EChatOption const CServerPluginEvent::ChatOption |
Definition at line 8168 of file 2024_10_30.h.
Text const CServerPluginEvent::ChatText |
Definition at line 8164 of file 2024_10_30.h.
CClient* const CServerPluginEvent::Client |
Definition at line 8160 of file 2024_10_30.h.
Definition at line 8192 of file 2024_10_30.h.
Definition at line 8188 of file 2024_10_30.h.
Definition at line 8184 of file 2024_10_30.h.
Text const CServerPluginEvent::ModeCallbackType |
Definition at line 8180 of file 2024_10_30.h.
CServerPluginEvent::EType const CServerPluginEvent::Type |
Event type.
Definition at line 8156 of file 2024_10_30.h.