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

Function ASDebugDrawRibbon2

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

Source from the content-addressed store, hash-verified

2206}
2207
2208int ASDebugDrawRibbon2(int lifespan_int) {
2209 DDLifespan lifespan = LifespanFromInt(lifespan_int);
2210 return DebugDraw::Instance()->AddRibbon(lifespan);
2211}
2212
2213void ASAddDebugDrawRibbonPoint(int which, vec3 pos, vec4 color, float width) {
2214 DebugDrawElement* element = DebugDraw::Instance()->GetElement(which);

Callers

nothing calls this directly

Calls 2

LifespanFromIntFunction · 0.85
AddRibbonMethod · 0.80

Tested by

no test coverage detected