Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
189
inline void Game_Player::SetMenuCalling(bool value) {
190
data()->menu_calling = value;
191
}
192
193
inline bool Game_Player::IsMenuCalling() const {
194
return data()->menu_calling;
Callers
3
Push
Method · 0.80
testPlayer
Function · 0.80
game_character.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected