Crossfire Server, Trunk
R22047
|
Macros | |
#define | ADD_PLAYER_NEW 0x1 |
#define | ADD_PLAYER_NO_MAP 0x2 |
#define | ADD_PLAYER_NO_STATS_ROLL 0x4 |
to control behavior
#define ADD_PLAYER_NEW 0x1 |
Name/password provided, so skip to roll stats
Definition at line 222 of file player.h.
Referenced by add_player(), create_player_cmd(), and START_TEST().
#define ADD_PLAYER_NO_MAP 0x2 |
Do not set the first map
Definition at line 223 of file player.h.
Referenced by add_player(), create_player_cmd(), and START_TEST().
#define ADD_PLAYER_NO_STATS_ROLL 0x4 |
Stats provided from client
Definition at line 224 of file player.h.
Referenced by add_player(), create_player_cmd(), and START_TEST().