Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
879
void Camera::SetAutoCamera(bool val) {
880
auto_camera = val;
881
}
882
883
bool Camera::GetAutoCamera() {
884
return auto_camera;
Callers
5
LiveUpdate
Function · 0.80
Draw
Method · 0.80
LoadConfigFile
Method · 0.80
DrawSettingsImGui
Function · 0.80
ReloadStaticSettings
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected