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

Function ASDebugDrawCircle

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

Source from the content-addressed store, hash-verified

2273}
2274
2275int ASDebugDrawCircle(mat4 transform, vec4 color, int lifespan_int) {
2276 DDLifespan lifespan = LifespanFromInt(lifespan_int);
2277 return DebugDraw::Instance()->AddCircle(transform, color, lifespan);
2278}
2279
2280void ASDebugDrawClear(int which) {
2281 DebugDraw::Instance()->Remove(which);

Callers

nothing calls this directly

Calls 2

LifespanFromIntFunction · 0.85
AddCircleMethod · 0.45

Tested by

no test coverage detected