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

Method IsControllable

src/game_actor.cpp:1238–1240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1236}
1237
1238int Game_Actor::IsControllable() const {
1239 return GetSignificantRestriction() == lcf::rpg::State::Restriction_normal && !GetAutoBattle();
1240}
1241
1242
1243void Game_Actor::RemoveInvalidData() {

Callers 3

IsAnyControllableMethod · 0.80
SelectPreviousActorMethod · 0.80

Calls 1

Tested by

no test coverage detected