Crossfire Server  1.75.0
CF_xxx Masks used in conjunction with CS_STAT_CHARACTER_FLAGS.

Macros

#define CF_BLIND   0x04
 Blind. More...
 
#define CF_CONFUSED   0x01
 Confused by a spell or an item. More...
 
#define CF_DISEASED   0x10
 Has at least one disease. More...
 
#define CF_HOSTILE   0x40
 'hostile' flag is set. More...
 
#define CF_NOT_PERFECT   0x20
 Can drink some improvement potions. More...
 
#define CF_PARALYZED   0x0100
 Player is paralyzed. More...
 
#define CF_POISONED   0x02
 Poisoned. More...
 
#define CF_STEALTHY   0x80
 Player is stealthy. More...
 
#define CF_WIZARD   0x0200
 Player is DM. More...
 
#define CF_XRAY   0x08
 Has X-ray. More...
 

Detailed Description

Macro Definition Documentation

◆ CF_BLIND

#define CF_BLIND   0x04

Blind.

Definition at line 204 of file newclient.h.

Referenced by send_extra_stats().

◆ CF_CONFUSED

#define CF_CONFUSED   0x01

Confused by a spell or an item.

Definition at line 202 of file newclient.h.

Referenced by send_extra_stats().

◆ CF_DISEASED

#define CF_DISEASED   0x10

Has at least one disease.

Definition at line 206 of file newclient.h.

Referenced by send_extra_stats().

◆ CF_HOSTILE

#define CF_HOSTILE   0x40

'hostile' flag is set.

Definition at line 208 of file newclient.h.

Referenced by send_extra_stats().

◆ CF_NOT_PERFECT

#define CF_NOT_PERFECT   0x20

Can drink some improvement potions.

Definition at line 207 of file newclient.h.

Referenced by send_extra_stats().

◆ CF_PARALYZED

#define CF_PARALYZED   0x0100

Player is paralyzed.

Definition at line 210 of file newclient.h.

Referenced by send_extra_stats().

◆ CF_POISONED

#define CF_POISONED   0x02

Poisoned.

Definition at line 203 of file newclient.h.

Referenced by send_extra_stats().

◆ CF_STEALTHY

#define CF_STEALTHY   0x80

Player is stealthy.

Definition at line 209 of file newclient.h.

Referenced by send_extra_stats().

◆ CF_WIZARD

#define CF_WIZARD   0x0200

Player is DM.

Definition at line 211 of file newclient.h.

Referenced by send_extra_stats().

◆ CF_XRAY

#define CF_XRAY   0x08

Has X-ray.

Definition at line 205 of file newclient.h.

Referenced by send_extra_stats().