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

Function ASDebugDrawRibbon

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

Source from the content-addressed store, hash-verified

2201}
2202
2203int ASDebugDrawRibbon(vec3 start, vec3 end, vec4 color, vec4 color2, float start_width, float end_width, int lifespan_int) {
2204 DDLifespan lifespan = LifespanFromInt(lifespan_int);
2205 return DebugDraw::Instance()->AddRibbon(start, end, color, color2, start_width, end_width, lifespan);
2206}
2207
2208int ASDebugDrawRibbon2(int lifespan_int) {
2209 DDLifespan lifespan = LifespanFromInt(lifespan_int);

Callers

nothing calls this directly

Calls 2

LifespanFromIntFunction · 0.85
AddRibbonMethod · 0.80

Tested by

no test coverage detected