Home
last modified time | relevance | path

Searched refs:rocketThink (Results 1 – 9 of 9) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A Dw_local.h66 void rocketThink( gentity_t *ent );
H A Dwp_rocket_launcher.cpp36 void rocketThink( gentity_t *ent ) in rocketThink() function
H A Dg_functions.cpp109 THINKCASE( rocketThink ) in GEntity_ThinkFunc()
H A Dg_functions.h209 extern void rocketThink ( gentity_t *ent );
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dw_local.h73 void rocketThink( gentity_t *ent );
H A Dwp_rocket_launcher.cpp34 void rocketThink( gentity_t *ent ) in rocketThink() function
H A Dg_functions.cpp109 THINKCASE( rocketThink ) in GEntity_ThinkFunc()
H A Dg_functions.h220 extern void rocketThink ( gentity_t *ent );
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_weapon.c1734 void rocketThink( gentity_t *ent ) in rocketThink() function
1949 missile->think = rocketThink; in WP_FireRocket()
3894 missile->think = rocketThink;//FIXME: custom func? in WP_FireVehicleWeapon()