MCPcopy 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
224void AlterFOV(short value, bool store)
225{
226 if (store)
227 LastFOV = value;
228
229 CurrentFOV = value;
230}
231
232short GetCurrentFOV()
233{

Callers 14

DrawHorizonAndSkyMethod · 0.85
InitializeInventoryMethod · 0.85
CallInventoryMethod · 0.85
InitializeSpotCamFunction · 0.85
CalculateSpotCamerasFunction · 0.85
ParseEffectsFunction · 0.85
InitializeCameraFunction · 0.85
BinocularCameraFunction · 0.85
PrepareCameraFunction · 0.85
HandlePlayerOpticsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected