Dota 2 Workshop Tools/Scripting/API/Global.DebugDrawLine vCol: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 4: | Line 4: | ||
''' void DebugDrawLine_vCol(Vector '''', Vector '''', Vector '''', bool '''', float '''') ''' | ''' void DebugDrawLine_vCol(Vector ''a'', Vector ''b'', Vector ''c'', bool ''d'', float ''e'') ''' | ||
''Draw a debug line using color vec (start, end, vRgb, a, ztest, duration)'' | ''Draw a debug line using color vec (start, end, vRgb, a, ztest, duration)'' |
Revision as of 00:07, 9 August 2014

Function Description
void DebugDrawLine_vCol(Vector a, Vector b, Vector c, bool d, float e)
Draw a debug line using color vec (start, end, vRgb, a, ztest, duration)
Parameters
Type | Name | Description |
---|---|---|
Vector | a | No Description Set |
Vector | b | No Description Set |
Vector | c | No Description Set |
bool | d | No Description Set |
float | e | No Description Set |