|
virtual void | NotSolid (void) |
|
virtual void | Solid (void) |
|
void | Archive (Archiver &arc) override |
|
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 |
|
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) |
|
|
SafePtr< Entity > | ent |
|
int | flags |
|
int | boneindex |
|
int | enter_boneindex |
|
|
damage_t | prev_takedamage |
|
solid_t | prev_solid |
|
int | prev_contents |
|
Entity * | prev_children_ent [MAX_MODEL_CHILDREN] |
|
solid_t | prev_children_solid [MAX_MODEL_CHILDREN] |
|
int | prev_num_children |
|
◆ Archive()
void cVehicleSlot::Archive |
( |
Archiver & | arc | ) |
|
|
inlineoverridevirtual |
Reimplemented from Class.
The documentation for this class was generated from the following files: