Xonotic
|
Go to the source code of this file.
Variables | |
int | falloff |
const int | FALLOFF_LINEAR = 1 |
const int | FALLOFF_LINEAR_INV = 2 |
const int | FALLOFF_NO = 0 |
const float | IMPULSE_DEFAULT_ACCEL_STRENGTH = 0.9 |
const float | IMPULSE_DEFAULT_DIRECTIONAL_STRENGTH = 950 |
const float | IMPULSE_DEFAULT_RADIAL_STRENGTH = 2000 |
const float | IMPULSE_DIRECTIONAL_MAX_ACCEL_FACTOR = 8 |
const int | IMPULSE_DIRECTIONAL_SPEEDTARGET = BIT(6) |
const float | IMPULSE_MAX_PUSHDELTATIME = 0.15 |
float | lastpushtime |
float | radius |
float | strength |
int falloff |
Definition at line 12 of file impulse.qh.
Referenced by anticheat_physics(), and trigger_impulse_touch_radial().
const int FALLOFF_LINEAR = 1 |
Definition at line 17 of file impulse.qh.
Referenced by trigger_impulse_touch_radial().
const int FALLOFF_LINEAR_INV = 2 |
Definition at line 18 of file impulse.qh.
Referenced by trigger_impulse_touch_radial().
const int FALLOFF_NO = 0 |
Definition at line 16 of file impulse.qh.
const float IMPULSE_DEFAULT_ACCEL_STRENGTH = 0.9 |
Definition at line 24 of file impulse.qh.
Referenced by trigger_impulse_touch_radial().
const float IMPULSE_DEFAULT_DIRECTIONAL_STRENGTH = 950 |
Definition at line 23 of file impulse.qh.
Referenced by trigger_impulse_touch_radial().
const float IMPULSE_DEFAULT_RADIAL_STRENGTH = 2000 |
Definition at line 22 of file impulse.qh.
Referenced by trigger_impulse_touch_radial().
const float IMPULSE_DIRECTIONAL_MAX_ACCEL_FACTOR = 8 |
Definition at line 28 of file impulse.qh.
Referenced by trigger_impulse_touch_directional().
Definition at line 20 of file impulse.qh.
Referenced by trigger_impulse_touch_directional().
const float IMPULSE_MAX_PUSHDELTATIME = 0.15 |
Definition at line 26 of file impulse.qh.
Referenced by trigger_impulse_touch_accel(), trigger_impulse_touch_directional(), and trigger_impulse_touch_radial().
float lastpushtime |
Definition at line 14 of file impulse.qh.
float radius |
Definition at line 11 of file impulse.qh.
Referenced by havocbot_goalrating_ast_targets(), havocbot_goalrating_ons_controlpoints_attack(), and trigger_impulse_touch_radial().
float strength |
Definition at line 13 of file impulse.qh.
Referenced by trigger_impulse_touch_accel(), trigger_impulse_touch_directional(), and trigger_impulse_touch_radial().