MCPcopy Create free account
hub / github.com/EasyRPG/Player / GetSignificantRestriction

Method GetSignificantRestriction

src/game_battler.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79lcf::rpg::State::Restriction Game_Battler::GetSignificantRestriction() const {
80 return State::GetSignificantRestriction(GetStates());
81}
82
83bool Game_Battler::CanAct() const {
84 const auto& states = GetStates();

Callers 5

RemoveStatesFunction · 0.80
PrepareBattleActionMethod · 0.80
SetStateRestrictedActionFunction · 0.80
SelectNextActorMethod · 0.80

Calls 1

Tested by

no test coverage detected