Dota 2 Workshop Tools/Scripting/API/Global.DebugDrawBox: 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 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: This page is automatically generated.  Any changes may be overwritten
Note: This page is automatically generated.  Any changes may be overwrittenFunction 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 |