Home
last modified time | relevance | path

Searched refs:IsChoiceValid (Results 1 – 2 of 2) sorted by relevance

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dwindow_battlestatus.cpp289 if (IsChoiceValid((*Main_Data::game_party)[new_index])) { in Update()
299 if (IsChoiceValid((*Main_Data::game_party)[new_index])) { in Update()
322 bool Window_BattleStatus::IsChoiceValid(const Game_Battler& battler) const { in IsChoiceValid() function in Window_BattleStatus
350 if (IsChoiceValid(*battler)) { in RefreshActiveFromValid()
H A Dwindow_battlestatus.h92 bool IsChoiceValid(const Game_Battler& battler) const;