Dota 2 Workshop Tools/Scripting/API/Global.DebugDrawBoxDirection: 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 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

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 |