19 #ifndef psAttackQueue_HEADER    20 #define psAttackQueue_HEADER    26 #include <csutil/csstring.h>    27 #include <csutil/list.h>    82     csList< csRef<psAttack> > attackList; 
 
bool Push(psAttack *attack)
 
A queue to hold attacks in order of execution. 
 
psAttackQueue(psCharacter *pschar)
 
csList< csRef< psAttack > > & getAttackList()
 
size_t getAttackListCount()