MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xCameraSetFOV

Function xCameraSetFOV

src/SB/Core/x/xCamera.cpp:1663–1668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1661}
1662
1663void xCameraSetFOV(xCamera* cam, F32 fov)
1664{
1665 cam->fov = fov;
1666
1667 iCameraSetFOV(cam->lo_cam, fov);
1668}
1669
1670F32 xCameraGetFOV(const xCamera* cam)
1671{

Callers 11

zCutsceneMgrUpdateFunction · 0.85
SpatulaGrabStopCBFunction · 0.85
killFunction · 0.85
stopMethod · 0.85
updateMethod · 0.85
startMethod · 0.85
zCameraResetFunction · 0.85
zCameraSetConversFunction · 0.85
xCameraInitFunction · 0.85
xCameraFOVFunction · 0.85
xCutscene_SetCameraFunction · 0.85

Calls 1

iCameraSetFOVFunction · 0.70

Tested by

no test coverage detected