Home
last modified time | relevance | path

Searched refs:charge_stick (Results 1 – 8 of 8) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A Dwp_det_pack.cpp36 void charge_stick( gentity_t *self, gentity_t *other, trace_t *trace ) in charge_stick() function
H A Dg_functions.cpp217 TOUCHCASE( charge_stick ) in GEntity_TouchFunc()
H A Dg_functions.h317 extern void charge_stick (gentity_t *self, gentity_t *other, trace_t *trace);
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dwp_det_pack.cpp34 void charge_stick( gentity_t *self, gentity_t *other, trace_t *trace ) in charge_stick() function
H A Dw_local.h62 void charge_stick( gentity_t *self, gentity_t *other, trace_t *trace );
H A Dg_functions.cpp221 TOUCHCASE( charge_stick ) in GEntity_TouchFunc()
H A Dg_functions.h336 extern void charge_stick (gentity_t *self, gentity_t *other, trace_t *trace);
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_weapon.c2728 void charge_stick (gentity_t *self, gentity_t *other, trace_t *trace) in charge_stick() function
2760 self->touch = charge_stick; in charge_stick()
2902 bolt->touch = charge_stick; in drop_charge()