Home
last modified time | relevance | path

Searched refs:max_fof_spread (Results 1 – 4 of 4) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/weapon/
H A Dweapon.h479 float max_fof_spread; //The maximum fof increase that the shots can spread to member
H A Dweapons.cpp1039 wip->max_fof_spread = 0.0f; in init_weapon_entry()
2513 wip->max_fof_spread = max_fof - wip->field_of_fire; in parse_weapon()
2515 if (wip->max_fof_spread <= 0.0f) { in parse_weapon()
2517 wip->max_fof_spread = 0.0f; in parse_weapon()
5079 combined_fof = wip->field_of_fire + (fof_cooldown * wip->max_fof_spread); in weapon_create()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/weapon/
H A Dweapon.h486 float max_fof_spread; //The maximum fof increase that the shots can spread to member
H A Dweapons.cpp3172 wip->max_fof_spread = max_fof - wip->field_of_fire; in parse_weapon()
3174 if (wip->max_fof_spread <= 0.0f) { in parse_weapon()
3176 wip->max_fof_spread = 0.0f; in parse_weapon()
5908 combined_fof = wip->field_of_fire + (fof_cooldown * wip->max_fof_spread); in weapon_create()
8576 this->max_fof_spread = 0.0f; in reset()