Crossfire Server, Trunk
god.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GOD_ALL   0xFF
 
#define GOD_BLESSED   16
 
#define GOD_ENEMY   1
 
#define GOD_HOLYWORD   2
 
#define GOD_IMMUNITIES   32
 
#define GOD_PATHS   64
 
#define GOD_RESISTANCES   4
 
#define GOD_SACRED   8
 

Detailed Description

God-related flags.

Definition in file god.h.

Macro Definition Documentation

◆ GOD_ALL

#define GOD_ALL   0xFF

Give all god information.

Definition at line 20 of file god.h.

◆ GOD_BLESSED

#define GOD_BLESSED   16

Write various information (resistances?).

Definition at line 17 of file god.h.

◆ GOD_ENEMY

#define GOD_ENEMY   1

Write down god's enemy.

Definition at line 13 of file god.h.

◆ GOD_HOLYWORD

#define GOD_HOLYWORD   2

Write holy word information.

Definition at line 14 of file god.h.

◆ GOD_IMMUNITIES

#define GOD_IMMUNITIES   32

Write immunities.

Definition at line 18 of file god.h.

◆ GOD_PATHS

#define GOD_PATHS   64

Path information.

Definition at line 19 of file god.h.

◆ GOD_RESISTANCES

#define GOD_RESISTANCES   4

Write resistances.

Definition at line 15 of file god.h.

◆ GOD_SACRED

#define GOD_SACRED   8

Write sacred creatures.

Definition at line 16 of file god.h.