MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetSplitScreen

Method GetSplitScreen

Source/Main/engine.cpp:4206–4208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4204}
4205
4206bool Engine::GetSplitScreen() const {
4207 return forced_split_screen_mode == kForcedModeSplit || (forced_split_screen_mode == kForcedModeNone && Graphics::Instance()->config_.split_screen());
4208}
4209
4210static const int kCollisionNormalVersion = 2;
4211static const char* kCollisionNormalIdentifier = "overgrowth_level_collision_normals";

Callers 5

DrawMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
GetSplitscreenFunction · 0.80

Calls 1

split_screenMethod · 0.80

Tested by

no test coverage detected