Quake II RTX doxygen  1.0 dev
g_ptrs.h File Reference

Go to the source code of this file.

Classes

struct  save_ptr_t
 

Enumerations

enum  ptr_type_t {
  P_bad, P_prethink, P_think, P_blocked,
  P_touch, P_use, P_pain, P_die,
  P_moveinfo_endfunc, P_monsterinfo_currentmove, P_monsterinfo_stand, P_monsterinfo_idle,
  P_monsterinfo_search, P_monsterinfo_walk, P_monsterinfo_run, P_monsterinfo_dodge,
  P_monsterinfo_attack, P_monsterinfo_melee, P_monsterinfo_sight, P_monsterinfo_checkattack
}
 

Variables

const save_ptr_t save_ptrs []
 
const int num_save_ptrs
 

Enumeration Type Documentation

◆ ptr_type_t

enum ptr_type_t
Enumerator
P_bad 
P_prethink 
P_think 
P_blocked 
P_touch 
P_use 
P_pain 
P_die 
P_moveinfo_endfunc 
P_monsterinfo_currentmove 
P_monsterinfo_stand 
P_monsterinfo_idle 
P_monsterinfo_search 
P_monsterinfo_walk 
P_monsterinfo_run 
P_monsterinfo_dodge 
P_monsterinfo_attack 
P_monsterinfo_melee 
P_monsterinfo_sight 
P_monsterinfo_checkattack 

Definition at line 1 of file g_ptrs.h.

Variable Documentation

◆ num_save_ptrs

const int num_save_ptrs

Definition at line 1237 of file g_ptrs.c.

Referenced by read_pointer(), and write_pointer().

◆ save_ptrs

const save_ptr_t save_ptrs[]

Definition at line 619 of file g_ptrs.c.

Referenced by read_pointer(), and write_pointer().

P_prethink
@ P_prethink
Definition: g_ptrs.h:4
P_monsterinfo_stand
@ P_monsterinfo_stand
Definition: g_ptrs.h:15
P_die
@ P_die
Definition: g_ptrs.h:10
P_blocked
@ P_blocked
Definition: g_ptrs.h:6
P_monsterinfo_search
@ P_monsterinfo_search
Definition: g_ptrs.h:17
P_touch
@ P_touch
Definition: g_ptrs.h:7
P_use
@ P_use
Definition: g_ptrs.h:8
P_pain
@ P_pain
Definition: g_ptrs.h:9
P_bad
@ P_bad
Definition: g_ptrs.h:2
P_monsterinfo_melee
@ P_monsterinfo_melee
Definition: g_ptrs.h:22
ptr_type_t
ptr_type_t
Definition: g_ptrs.h:1
P_monsterinfo_idle
@ P_monsterinfo_idle
Definition: g_ptrs.h:16
P_monsterinfo_checkattack
@ P_monsterinfo_checkattack
Definition: g_ptrs.h:24
P_moveinfo_endfunc
@ P_moveinfo_endfunc
Definition: g_ptrs.h:12
P_monsterinfo_walk
@ P_monsterinfo_walk
Definition: g_ptrs.h:18
P_monsterinfo_run
@ P_monsterinfo_run
Definition: g_ptrs.h:19
P_monsterinfo_sight
@ P_monsterinfo_sight
Definition: g_ptrs.h:23
P_monsterinfo_attack
@ P_monsterinfo_attack
Definition: g_ptrs.h:21
P_think
@ P_think
Definition: g_ptrs.h:5
P_monsterinfo_dodge
@ P_monsterinfo_dodge
Definition: g_ptrs.h:20
P_monsterinfo_currentmove
@ P_monsterinfo_currentmove
Definition: g_ptrs.h:14