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

Method SetAutoCamera

Source/Graphics/camera.cpp:879–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877}
878
879void Camera::SetAutoCamera(bool val) {
880 auto_camera = val;
881}
882
883bool Camera::GetAutoCamera() {
884 return auto_camera;

Callers 5

LiveUpdateFunction · 0.80
DrawMethod · 0.80
LoadConfigFileMethod · 0.80
DrawSettingsImGuiFunction · 0.80
ReloadStaticSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected