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

Method StartCameraScript

engine/Poseidon/World/WorldSetup.cpp:1422–1428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1420}
1421
1422void World::StartCameraScript(Script* script)
1423{
1424 TerminateCameraScript();
1425 AddScript(script);
1426 SetCameraScript(script);
1427 SimulateScripts();
1428}
1429
1430const float ZoomSpeed = 8;
1431

Callers 4

RunRespawnScriptFunction · 0.80
KilledByMethod · 0.80
SelectPlayerMethod · 0.80
OnMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected