OpenClonk
C4Player.h File Reference
Include dependency graph for C4Player.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  C4Player
 

Variables

const int32_t C4PVM_Cursor = 0
 
const int32_t C4PVM_Target = 1
 
const int32_t C4PVM_Scrolling = 2
 
const int32_t C4P_Number_None = -5
 
const int32_t C4MaxPlayer = 5000
 
const int32_t C4MaxClient = 5000
 

Variable Documentation

◆ C4MaxClient

const int32_t C4MaxClient = 5000

Definition at line 38 of file C4Player.h.

Referenced by C4PlayerInfoList::CompileFunc().

◆ C4MaxPlayer

const int32_t C4MaxPlayer = 5000

◆ C4P_Number_None

const int32_t C4P_Number_None = -5

Definition at line 35 of file C4Player.h.

Referenced by C4Player::C4Player(), C4Player::CompileFunc(), and C4Player::Init().

◆ C4PVM_Cursor

◆ C4PVM_Scrolling

const int32_t C4PVM_Scrolling = 2

◆ C4PVM_Target

const int32_t C4PVM_Target = 1

Definition at line 32 of file C4Player.h.

Referenced by C4Player::UpdateView().