Dota 2 Workshop Tools/Scripting/API/Global.DebugDrawLine vCol: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
(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

Note.pngNote: This page is automatically generated. Any changes may be overwritten

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