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

Method getActiveView

plugins/script/interfaces/CameraInterface.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68ScriptCameraView CameraInterface::getActiveView()
69{
70 return ScriptCameraView(GlobalCameraManager().getActiveView());
71}
72
73void CameraInterface::registerInterface(py::module& scope, py::dict& globals)
74{

Callers 15

drawCameraIconMethod · 0.80
positionCameraMethod · 0.80
orientCameraMethod · 0.80
adjustBrightnessMethod · 0.80
writeToAllEntitiesMethod · 0.80
TEST_FFunction · 0.80
test.pyFile · 0.80
executeFunction · 0.80
executeFunction · 0.80
updateCameraMethod · 0.80
backSyncCameraMethod · 0.80
pasteToCameraFunction · 0.80

Calls 1

ScriptCameraViewClass · 0.85

Tested by 2

adjustBrightnessMethod · 0.64
writeToAllEntitiesMethod · 0.64