Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ SetAllowMenu
Method
SetAllowMenu
src/game_system.h:657–659 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
655
}
656
657
inline void Game_System::SetAllowMenu(bool allow) {
658
data.menu_allowed = allow;
659
}
660
661
inline bool Game_System::GetAllowMenu() {
662
return data.menu_allowed;
Callers
2
CommandChangeMainMenuAccess
Method · 0.80
game_player_input.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected