ManiaPlanet ManiaScript Reference 2019.11.19.1850
A ManiaScript Reference of the ManiaPlanet game.
Loading...
Searching...
No Matches
CServerPluginEvent Struct Reference

#include <doc.h>

Inheritance diagram for CServerPluginEvent:
[legend]

Public Types

enum  EType {
  Unknown , ClientConnected , ClientDisconnected , MapLoaded ,
  BeginMatch , BeginRound , EndRound , EndMatch ,
  MapUnloadRequested , MapUnloaded , ChatCommand , ChatMessage ,
  ModeCallback
}

Public Attributes

const EType Type
const CClient Client
const Text ChatText
const Text ChatCommandType
const Text[] ChatCommandData
const Text ModeCallbackType
const Text[] ModeCallbackData
const CScore[] EndMatchScores
const Integer[] EndMatchRanks
Public Attributes inherited from CBaseConstEvent
Boolean HasBeenProcessed
Public Attributes inherited from CNod
const Ident Id

Detailed Description

Supported declare modes : Local ServerPlugin Event

Member Data Documentation

◆ Type

const EType CServerPluginEvent::Type

Event type.


The documentation for this struct was generated from the following file: