MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / setOriginAndAngles

Method setOriginAndAngles

plugins/script/interfaces/CameraInterface.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void ScriptCameraView::setOriginAndAngles(const Vector3& newOrigin, const Vector3& newAngles)
34{
35 _cameraView.setOriginAndAngles(newOrigin, newAngles);
36}
37
38const Vector3& ScriptCameraView::getRightVector() const
39{

Callers 1

backSyncCameraMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected