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

Function AS_MetaCameraSetUp

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

Source from the content-addressed store, hash-verified

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
1629static void AS_MetaCameraCalcFacing(int* camera_id) { GetCamera(camera_id)->CalcFacing(); }
1630

Callers

nothing calls this directly

Calls 2

GetCameraFunction · 0.85
SetUpMethod · 0.45

Tested by

no test coverage detected