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

Function AS_MetaCameraGetFlags

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

Source from the content-addressed store, hash-verified

1645static void AS_MetaCameraSetInterpSteps(int* camera_id, int val) { GetCamera(camera_id)->SetInterpSteps(val); }
1646
1647static int AS_MetaCameraGetFlags(int* camera_id) { return GetCamera(camera_id)->GetFlags(); }
1648
1649static void AS_MetaCameraSetFlags(int* camera_id, int val) { return GetCamera(camera_id)->SetFlags(val); }
1650

Callers

nothing calls this directly

Calls 2

GetCameraFunction · 0.85
GetFlagsMethod · 0.45

Tested by

no test coverage detected