MCPcopy 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
657inline void Game_System::SetAllowMenu(bool allow) {
658 data.menu_allowed = allow;
659}
660
661inline bool Game_System::GetAllowMenu() {
662 return data.menu_allowed;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected