Home
last modified time | relevance | path

Searched refs:Type5BeamPos (Results 1 – 3 of 3) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/weapon/
H A Dweapon.h192 enum class Type5BeamPos { enum
201Type5BeamPos start_pos; // whether it starts from the center or a type 0 or 1 beam kind of r…
202 Type5BeamPos end_pos; // same as above but but with an extra 'same random as start' option
H A Dbeam.cpp2394 …if (bwi->t5info.start_pos == Type5BeamPos::RANDOM_INSIDE || bwi->t5info.end_pos == Type5BeamPos::R… in beam_get_binfo()
2402 …if (bwi->t5info.start_pos == Type5BeamPos::RANDOM_OUTSIDE || bwi->t5info.end_pos == Type5BeamPos::… in beam_get_binfo()
2407 case Type5BeamPos::CENTER: in beam_get_binfo()
2410 case Type5BeamPos::RANDOM_INSIDE: in beam_get_binfo()
2413 case Type5BeamPos::RANDOM_OUTSIDE: in beam_get_binfo()
2421 if (bwi->t5info.no_translate || bwi->t5info.end_pos == Type5BeamPos::SAME_RANDOM) in beam_get_binfo()
2425 case Type5BeamPos::CENTER: in beam_get_binfo()
2428 case Type5BeamPos::RANDOM_INSIDE: in beam_get_binfo()
2431 case Type5BeamPos::RANDOM_OUTSIDE: in beam_get_binfo()
2453 if (bwi->t5info.start_pos != Type5BeamPos::CENTER) in beam_get_binfo()
[all …]
H A Dweapons.cpp2720 t5info->start_pos = Type5BeamPos::RANDOM_INSIDE; in parse_weapon()
2723 t5info->start_pos = Type5BeamPos::RANDOM_OUTSIDE; in parse_weapon()
2726 t5info->start_pos = Type5BeamPos::CENTER; in parse_weapon()
2747 t5info->end_pos = Type5BeamPos::RANDOM_INSIDE; in parse_weapon()
2751 t5info->end_pos = Type5BeamPos::RANDOM_OUTSIDE; in parse_weapon()
2755 t5info->end_pos = Type5BeamPos::CENTER; in parse_weapon()
2759 t5info->end_pos = Type5BeamPos::SAME_RANDOM; in parse_weapon()
8630 this->b_info.t5info.start_pos = Type5BeamPos::CENTER; in reset()
8631 this->b_info.t5info.end_pos = Type5BeamPos::CENTER; in reset()