MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / ShowCinemaBorder

Function ShowCinemaBorder

engine/Poseidon/World/WorldSetup.cpp:1441–1444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1439bool showCinemaBorder = true;
1440
1441void ShowCinemaBorder(bool show)
1442{
1443 showCinemaBorder = show;
1444}
1445
1446GameValue ShowCinemaBorder(const GameState* state, GameValuePar oper1)
1447{

Callers 4

DisplayMissionMethod · 0.85
DisplayCutsceneMethod · 0.85
OnChildDestroyedMethod · 0.85
OnChildDestroyedMethod · 0.85

Calls 1

GameValueClass · 0.50

Tested by

no test coverage detected