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

Function GetSplitscreen

Source/Scripting/angelscript/asfuncs.cpp:1669–1671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1667static void ASSetVignetteTint(int* camera_id, const vec3& val) { GetCamera(camera_id)->vignette_tint = val; }
1668
1669static bool GetSplitscreen() {
1670 return Engine::Instance()->GetSplitScreen();
1671}
1672
1673static int GetScreenWidth() {
1674 return Graphics::Instance()->window_dims[0];

Callers

nothing calls this directly

Calls 1

GetSplitScreenMethod · 0.80

Tested by

no test coverage detected