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


''Draw a debug overlay box (origin, mins, maxs, forward, r, g, b, a, duration )''
''Draw a debug overlay box (origin, mins, maxs, forward, r, g, b, a, duration )''

Revision as of 00:07, 9 August 2014

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

Function Description

void DebugDrawBox(Vector a, Vector b, Vector c, int d, int e, int f, int g, float h)

Draw a debug overlay box (origin, mins, maxs, forward, r, g, b, a, duration )


Parameters

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