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

Method SetMenuCalling

src/game_player.h:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189inline void Game_Player::SetMenuCalling(bool value) {
190 data()->menu_calling = value;
191}
192
193inline bool Game_Player::IsMenuCalling() const {
194 return data()->menu_calling;

Callers 3

PushMethod · 0.80
testPlayerFunction · 0.80
game_character.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected