Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/weapon/
H A Dbeam.h83 int fire_method; member
H A Dbeam.cpp299 switch (fire_info->fire_method) { in beam_has_valid_params()
H A Dweapons.cpp6408 fire_info.fire_method = BFM_SPAWNED; in spawn_child_weapons()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudartillery.cpp429 fire_info.fire_method = BFM_SUBSPACE_STRIKE; in ssm_process()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ai/
H A Daiturret.cpp1830 fire_info.fire_method = BFM_TURRET_FIRED; in turret_fire_weapon()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/network/
H A Dmultimsgs.cpp8153 val = static_cast<ubyte>(fire_info->fire_method); in send_beam_fired_packet()
8233 fire_info.fire_method = val; in process_beam_fired_packet()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.cpp18365 fire_info.fire_method = BFM_TURRET_FORCE_FIRED; in sexp_beam_fire()
18454 fire_info.fire_method = BFM_SEXP_FLOATING_FIRED; in sexp_beam_floating_fire()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ship/
H A Dship.cpp11719 fbfire_info.fire_method = BFM_FIGHTER_FIRED; in ship_fire_primary()