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

Function AS_MetaCameraSetFacing

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

Source from the content-addressed store, hash-verified

1623static void AS_MetaCameraSetPos(int* camera_id, vec3 val) { GetCamera(camera_id)->SetPos(val); }
1624
1625static void AS_MetaCameraSetFacing(int* camera_id, vec3 val) { GetCamera(camera_id)->SetFacing(val); }
1626
1627static void AS_MetaCameraSetUp(int* camera_id, vec3 val) { GetCamera(camera_id)->SetUp(val); }
1628

Callers

nothing calls this directly

Calls 2

GetCameraFunction · 0.85
SetFacingMethod · 0.80

Tested by

no test coverage detected