doom3-gpl
Doom 3 GPL source release
|
#include <Physics_Monster.h>
Public Attributes | |
int | atRest |
bool | onGround |
idVec3 | origin |
idVec3 | velocity |
idVec3 | localOrigin |
idVec3 | pushVelocity |
Definition at line 51 of file Physics_Monster.h.
int monsterPState_s::atRest |
Definition at line 52 of file Physics_Monster.h.
idVec3 monsterPState_s::localOrigin |
Definition at line 56 of file Physics_Monster.h.
bool monsterPState_s::onGround |
Definition at line 53 of file Physics_Monster.h.
idVec3 monsterPState_s::origin |
Definition at line 54 of file Physics_Monster.h.
idVec3 monsterPState_s::pushVelocity |
Definition at line 57 of file Physics_Monster.h.
idVec3 monsterPState_s::velocity |
Definition at line 55 of file Physics_Monster.h.