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

Function ASDebugDrawLine3

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

Source from the content-addressed store, hash-verified

2196}
2197
2198int ASDebugDrawLine3(vec3 start, vec3 end, vec4 color, vec4 color2, int lifespan_int) {
2199 DDLifespan lifespan = LifespanFromInt(lifespan_int);
2200 return DebugDraw::Instance()->AddLine(start, end, color, color2, lifespan);
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);

Callers

nothing calls this directly

Calls 2

LifespanFromIntFunction · 0.85
AddLineMethod · 0.45

Tested by

no test coverage detected