Nuclide
Software Development Kit for id Tech
|
Go to the source code of this file.
Classes | |
class | NSPMoveVars |
This class networks pmove related variables to each client. More... | |
Enumerations | |
enum | waterlevel_t { WATERLEVEL_OUTSIDE , WATERLEVEL_KNEE , WATERLEVEL_CHEST , WATERLEVEL_SUBMERGED } |
Functions | |
void | PMove_Init (void) |
Called by Nuclide. More... | |
void | PMoveCustom_RunPlayerPhysics (entity) |
void | PMoveCustom_RunCrouchPhysics (entity) |
Variables | |
float | waterlevel |
float | watertype |
float | maxspeed |
vector | view_ofs |
int | trace_endcontentsi |
vector | basevelocity |
entity | groundentity |
NSPMoveVars | g_pmoveVars |
The global, shared object containing all currently valid pmove parameters. More... | |
vector basevelocity |
entity groundentity |
float maxspeed |
int trace_endcontentsi |
vector view_ofs |
float waterlevel |
float watertype |