Home
last modified time | relevance | path

Searched refs:valid_criteria (Results 1 – 2 of 2) sorted by last modified time

/dports/games/allacrost/allacrost-1.0.2/src/modes/battle/
H A Dbattle_utils.h462 bool SelectNextPoint(BattleActor* user, bool direction = true, bool valid_criteria = true);
472 bool SelectNextActor(BattleActor* user, bool direction = true, bool valid_criteria = true);
H A Dbattle_utils.cpp594 bool BattleTarget::SelectNextPoint(BattleActor* user, bool direction, bool valid_criteria) { in SelectNextPoint() argument
609 if (valid_criteria == true && IsValid() == false) { in SelectNextPoint()
611 return SelectNextActor(user, direction, valid_criteria); in SelectNextPoint()
636 bool BattleTarget::SelectNextActor(BattleActor* user, bool direction, bool valid_criteria) { in SelectNextActor() argument
716 if (valid_criteria == false) { in SelectNextActor()