Crossfire Server  1.75.0
SF_xxx Masks used in conjunction with fire and run states.

These values are used with CS_STAT_FLAGS above to communicate S->C what the server thinks the fireon & runon states are. More...

Macros

#define SF_FIREON   0x01
 
#define SF_RUNON   0x02
 

Detailed Description

These values are used with CS_STAT_FLAGS above to communicate S->C what the server thinks the fireon & runon states are.

Macro Definition Documentation

◆ SF_FIREON

#define SF_FIREON   0x01

Definition at line 193 of file newclient.h.

Referenced by esrv_update_stats().

◆ SF_RUNON

#define SF_RUNON   0x02

Definition at line 194 of file newclient.h.

Referenced by esrv_update_stats().