Home
last modified time | relevance | path

Searched refs:getAllowObservers (Results 1 – 5 of 5) sorted by relevance

/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/game/
H A Dgame_settings.h383 bool getAllowObservers() const { return allowObservers;} in getAllowObservers() function
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/global/
H A Dcore_data.cpp1392 …ervers=" << Shared::PlatformByteOrder::toCommonEndian(gameSettings->getAllowObservers()) << std::e… in saveGameSettingsToFile()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/network/
H A Dnetwork_message.cpp761 data.allowObservers = gameSettings->getAllowObservers(); in NetworkMessageLaunch()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/menu/
H A Dmenu_state_custom_game.cpp4095 checkBoxAllowObservers.setValue(gameSettings.getAllowObservers() == true ? true : false); in setupUIFromGameSettings()
H A Dmenu_state_connected_game.cpp5018 if(gameSettings->getAllowObservers()) { in setupUIFromGameSettings()