|
| State (const char *name, Script &script, StateMap &map) |
|
State * | Evaluate (Entity &ent, Container< Conditional * > *ent_conditionals) |
|
int | addCondition (const char *name, Script &script) |
|
void | CheckStates (void) |
|
const char * | getName (void) |
|
const char * | getLegAnim (Entity &ent, Container< Conditional * > *sent_conditionals) |
|
const char * | getActionAnim (Entity &ent, Container< Conditional * > *sent_conditionals, int *piAnimType=NULL) |
|
const char * | getBehaviorName (void) |
|
State * | getNextState (void) |
|
movecontrol_t | getMoveType (void) |
|
cameratype_t | getCameraType (void) |
|
qboolean | setCameraType (str ctype) |
|
const char * | getBehaviorParm (int number=1) |
|
void | addBehaviorParm (str parm) |
|
int | numBehaviorParms (void) |
|
float | getMinTime (void) |
|
float | getMaxTime (void) |
|
void | ProcessEntryCommands (Entity *target) |
|
void | ProcessExitCommands (Entity *target) |
|
void | GetLegAnims (Container< const char * > *c) |
|
void | GetActionAnims (Container< const char * > *c) |
|
virtual ClassDef * | classinfo (void) const |
|
void | warning (const char *function, const char *format,...) const |
|
void | error (const char *function, const char *format,...) const |
|
qboolean | inheritsFrom (ClassDef *c) const |
|
qboolean | inheritsFrom (const char *name) const |
|
qboolean | isInheritedBy (const char *name) const |
|
qboolean | isInheritedBy (ClassDef *c) const |
|
const char * | getClassname (void) const |
|
const char * | getClassID (void) const |
|
const char * | getSuperclass (void) const |
|
virtual void | Archive (Archiver &arc) |
|
void * | operator new (size_t s) |
|
void | operator delete (void *ptr) |
|
void * | operator new (size_t size, void *placement) |
|
void | operator delete (void *ptr, void *placement) |
|
template<typename T> |
void * | operator new (size_t size, T &placement) |
|
template<typename T> |
void | operator delete (void *ptr, T &placement) |
|