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

Function AS_MetaCameraSetFOV

Source/Scripting/angelscript/asfuncs.cpp:1637–1637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1635static void AS_MetaCameraLookAt(int* camera_id, vec3 val) { GetCamera(camera_id)->LookAt(val); }
1636
1637static void AS_MetaCameraSetFOV(int* camera_id, float val) { GetCamera(camera_id)->SetFOV(val); }
1638
1639static float AS_MetaCameraGetFOV(int* camera_id, float val) { return GetCamera(camera_id)->GetFOV(); }
1640

Callers

nothing calls this directly

Calls 2

GetCameraFunction · 0.85
SetFOVMethod · 0.80

Tested by

no test coverage detected