Go to the source code of this file.
|
| const int | LADDER_RUNG_DISTANCE = 32 |
| |
| const int | HEALTH_PER_DOSE = 10 |
| |
| const int | WEAPON_DROP_TIME = 20 * 1000 |
| |
| const int | WEAPON_SWITCH_DELAY = 150 |
| |
| const int | SPECTATE_RAISE = 25 |
| |
| const int | HEALTHPULSE_TIME = 333 |
| |
| const float | MIN_BOB_SPEED = 5.0f |
| |
| const idEventDef | EV_Player_GetButtons ("getButtons", NULL, 'd') |
| |
| const idEventDef | EV_Player_GetMove ("getMove", NULL, 'v') |
| |
| const idEventDef | EV_Player_GetViewAngles ("getViewAngles", NULL, 'v') |
| |
| const idEventDef | EV_Player_StopFxFov ("stopFxFov") |
| |
| const idEventDef | EV_Player_EnableWeapon ("enableWeapon") |
| |
| const idEventDef | EV_Player_DisableWeapon ("disableWeapon") |
| |
| const idEventDef | EV_Player_GetCurrentWeapon ("getCurrentWeapon", NULL, 's') |
| |
| const idEventDef | EV_Player_GetPreviousWeapon ("getPreviousWeapon", NULL, 's') |
| |
| const idEventDef | EV_Player_SelectWeapon ("selectWeapon","s") |
| |
| const idEventDef | EV_Player_GetWeaponEntity ("getWeaponEntity", NULL, 'e') |
| |
| const idEventDef | EV_Player_OpenPDA ("openPDA") |
| |
| const idEventDef | EV_Player_InPDA ("inPDA", NULL, 'd') |
| |
| const idEventDef | EV_Player_ExitTeleporter ("exitTeleporter") |
| |
| const idEventDef | EV_Player_StopAudioLog ("stopAudioLog") |
| |
| const idEventDef | EV_Player_HideTip ("hideTip") |
| |
| const idEventDef | EV_Player_LevelTrigger ("levelTrigger") |
| |
| const idEventDef | EV_SpectatorTouch ("spectatorTouch","et") |
| |
| END_CLASS const int | MAX_RESPAWN_TIME = 10000 |
| |
| const int | RAGDOLL_DEATH_TIME = 3000 |
| |
| const int | MAX_PDAS = 64 |
| |
| const int | MAX_PDA_ITEMS = 128 |
| |
| const int | STEPUP_TIME = 200 |
| |
| const int | MAX_INVENTORY_ITEMS = 20 |
| |