Dota 2 Workshop Tools/Scripting/API/Global.DebugDrawBoxDirection: 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 DebugDrawBoxDirection(Vector '''', Vector '''', Vector '''', Vector '''', Vector '''', float '''', float '''') '''
''' void DebugDrawBoxDirection(Vector ''a'', Vector ''b'', Vector ''c'', Vector ''d'', Vector ''e'', float ''f'', float ''g'') '''


''Draw a debug forward box (cent, min, max, forward, vRgb, a, duration)''
''Draw a debug forward box (cent, min, max, forward, vRgb, a, duration)''

Revision as of 00:06, 9 August 2014

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

Function Description

void DebugDrawBoxDirection(Vector a, Vector b, Vector c, Vector d, Vector e, float f, float g)

Draw a debug forward box (cent, min, max, forward, vRgb, a, duration)


Parameters

Type Name Description
Vector a No Description Set
Vector b No Description Set
Vector c No Description Set
Vector d No Description Set
Vector e No Description Set
float f No Description Set
float g No Description Set