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

Method IsMenuCalling

src/game_player.h:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193inline bool Game_Player::IsMenuCalling() const {
194 return data()->menu_calling;
195}
196
197inline void Game_Player::SetEncounterCalling(bool value) {
198 data()->encounter_calling = value;

Callers 3

testPlayerFunction · 0.80
game_character.cppFile · 0.80
testPosFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected