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

Method getCameraObject

Source/Graphics/camera.h:139–141  ·  view source on GitHub ↗

* Get the CameraObject that is controlling the camera. */

Source from the content-addressed store, hash-verified

137 * Get the CameraObject that is controlling the camera.
138 */
139 CameraObject* getCameraObject() {
140 return m_camera_object;
141 }
142
143 /**
144 * Set how far the camera is behind the player.

Callers 4

UpdateMethod · 0.80
HandleShortcutsMethod · 0.80
UpdateMethod · 0.80
DrawImGuiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected