#include "control/C4PlayerInfo.h"#include "gui/C4KeyboardInput.h"#include "network/C4PacketBase.h"#include "network/C4Client.h"#include "object/C4Id.h"#include "object/C4ObjectList.h"Go to the source code of this file.
Classes | |
| class | C4ControlPacket |
| class | C4Control |
| class | C4ControlSet |
| class | C4ControlScript |
| class | C4ControlMsgBoardReply |
| class | C4ControlMsgBoardCmd |
| class | C4ControlPlayerSelect |
| class | C4ControlPlayerControl |
| struct | C4ControlPlayerControl::ControlItem |
| class | C4ControlPlayerMouse |
| class | C4ControlMenuCommand |
| class | C4ControlPlayerAction |
| class | C4ControlSyncCheck |
| class | C4ControlSynchronize |
| class | C4ControlClientJoin |
| class | C4ControlClientUpdate |
| class | C4ControlClientRemove |
| class | C4ControlPlayerInfo |
| struct | C4ControlJoinPlayer |
| class | C4ControlEMMoveObject |
| class | C4ControlEMDrawTool |
| class | C4ControlMessage |
| class | C4ControlRemovePlr |
| class | C4ControlDebugRec |
| class | C4ControlVote |
| class | C4ControlVoteEnd |
| struct | C4ControlReInitScenario |
| class | C4ControlEditGraph |
Macros | |
| #define | DECLARE_C4CONTROL_VIRTUALS |
Enumerations | |
| enum | C4CtrlValueType { C4CVT_None = -1 , C4CVT_ControlRate = 0 , C4CVT_DisableDebug = 1 , C4CVT_MaxPlayer = 2 , C4CVT_TeamDistribution = 3 , C4CVT_TeamColors = 4 } |
| enum | C4ControlClientUpdType { CUT_None = -1 , CUT_Activate = 0 , CUT_SetObserver = 1 , CUT_SetReady = 2 } |
| enum | C4ControlEMObjectAction { EMMO_Move , EMMO_MoveForced , EMMO_Enter , EMMO_Duplicate , EMMO_Script , EMMO_Remove , EMMO_Exit , EMMO_Create , EMMO_Transform } |
| enum | C4ControlEMDrawAction { EMDT_SetMode , EMDT_Brush , EMDT_Fill , EMDT_Line , EMDT_Rect } |
| enum | C4ControlMessageType { C4CMT_Normal = 0 , C4CMT_Me = 1 , C4CMT_Say = 2 , C4CMT_Team = 3 , C4CMT_Private = 4 , C4CMT_Sound = 5 , C4CMT_Alert = 6 , C4CMT_System = 10 } |
| enum | C4ControlVoteType { VT_None = -1 , VT_Cancel , VT_Kick , VT_Pause } |
| #define DECLARE_C4CONTROL_VIRTUALS |
Definition at line 60 of file C4Control.h.
| Enumerator | |
|---|---|
| CUT_None | |
| CUT_Activate | |
| CUT_SetObserver | |
| CUT_SetReady | |
Definition at line 365 of file C4Control.h.
| Enumerator | |
|---|---|
| EMDT_SetMode | |
| EMDT_Brush | |
| EMDT_Fill | |
| EMDT_Line | |
| EMDT_Rect | |
Definition at line 475 of file C4Control.h.
| Enumerator | |
|---|---|
| EMMO_Move | |
| EMMO_MoveForced | |
| EMMO_Enter | |
| EMMO_Duplicate | |
| EMMO_Script | |
| EMMO_Remove | |
| EMMO_Exit | |
| EMMO_Create | |
| EMMO_Transform | |
Definition at line 440 of file C4Control.h.
| enum C4ControlMessageType |
| Enumerator | |
|---|---|
| C4CMT_Normal | |
| C4CMT_Me | |
| C4CMT_Say | |
| C4CMT_Team | |
| C4CMT_Private | |
| C4CMT_Sound | |
| C4CMT_Alert | |
| C4CMT_System | |
Definition at line 505 of file C4Control.h.
| enum C4ControlVoteType |
| enum C4CtrlValueType |
| Enumerator | |
|---|---|
| C4CVT_None | |
| C4CVT_ControlRate | |
| C4CVT_DisableDebug | |
| C4CVT_MaxPlayer | |
| C4CVT_TeamDistribution | |
| C4CVT_TeamColors | |
Definition at line 100 of file C4Control.h.