Nuclide
Software Development Kit for id Technology (BETA)
|
Physics routine for complex, moving characters. More...
Physics routine for complex, moving characters.
Classes | |
class | ncPMoveVars |
This class networks pmove related variables to each client. More... | |
Functions | |
void | PMove_Init (void) |
Called by Nuclide. More... | |
void | PMoveCustom_RunPlayerPhysics (entity) |
void | PMoveCustom_RunCrouchPhysics (entity) |
Enumerations | |
enum | waterlevel_t { WATERLEVEL_OUTSIDE , WATERLEVEL_KNEE , WATERLEVEL_CHEST , WATERLEVEL_SUBMERGED } |
Variables | |
ncPMoveVars | g_pmoveVars |
The global, shared object containing all currently valid pmove parameters. More... | |
ncDict | g_waterDecl |
ncDict | g_slimeDecl |
ncDict | g_lavaDecl |
ncDict | g_fallDamageDecl |
ncDict | g_waterDamageDecl |
ncDict | g_slimeDamageDecl |
ncDict | g_lavaDamageDecl |
void PMove_Init | ( | void | ) |
Called by Nuclide.
Sets up g_pmoveVars.
void PMoveCustom_RunCrouchPhysics | ( | entity | target | ) |
void PMoveCustom_RunPlayerPhysics | ( | entity | target | ) |
enum waterlevel_t |
ncDict g_fallDamageDecl |
ncDict g_lavaDamageDecl |
ncDict g_lavaDecl |
ncPMoveVars g_pmoveVars |
The global, shared object containing all currently valid pmove parameters.
ncDict g_slimeDamageDecl |
ncDict g_slimeDecl |
ncDict g_waterDamageDecl |
ncDict g_waterDecl |