Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ AlterFOV
Function
AlterFOV
TombEngine/Game/camera.cpp:224–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
void AlterFOV(short value, bool store)
225
{
226
if (store)
227
LastFOV = value;
228
229
CurrentFOV = value;
230
}
231
232
short GetCurrentFOV()
233
{
Callers
14
RenderSimpleSceneToParaboloid
Method · 0.85
DrawHorizonAndSky
Method · 0.85
InitializeInventory
Method · 0.85
CallInventory
Method · 0.85
InitializeSpotCam
Function · 0.85
CalculateSpotCameras
Function · 0.85
ParseEffects
Function · 0.85
InitializeCamera
Function · 0.85
BinocularCamera
Function · 0.85
PrepareCamera
Function · 0.85
ResetPlayerOpticAnimations
Function · 0.85
HandlePlayerOptics
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected