Dota 2 Workshop Tools/Scripting/API/CDebugOverlayScriptHelper.BoxAngles: 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 BoxAngles(Vector '''', Vector '''', Vector '''', Quaternion '''', int '''', int '''', int '''', int '''', bool '''', float '''') ''' | ''' void BoxAngles(Vector ''a'', Vector ''b'', Vector ''c'', Quaternion ''d'', int ''e'', int ''f'', int ''g'', int ''h'', bool ''i'', float ''j'') ''' | ||
''Draws an oriented box at the origin. Specify bounds in local space.'' | ''Draws an oriented box at the origin. Specify bounds in local space.'' | ||
| Line 17: | Line 17: | ||
|- | |- | ||
| Vector | | Vector | ||
| | | a | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| Vector | | Vector | ||
| | | b | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| Vector | | Vector | ||
| | | c | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| Quaternion | | Quaternion | ||
| | | d | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | e | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | f | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | g | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | h | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| bool | | bool | ||
| | | i | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| float | | float | ||
| | | j | ||
| No Description Set | | No Description Set | ||
|} | |} | ||
Revision as of 23:21, 8 August 2014
Function Description
void BoxAngles(Vector a, Vector b, Vector c, Quaternion d, int e, int f, int g, int h, bool i, float j)
Draws an oriented box at the origin. Specify bounds in local space.
Parameters
| Type | Name | Description |
|---|---|---|
| Vector | a | No Description Set |
| Vector | b | No Description Set |
| Vector | c | No Description Set |
| Quaternion | d | No Description Set |
| int | e | No Description Set |
| int | f | No Description Set |
| int | g | No Description Set |
| int | h | No Description Set |
| bool | i | No Description Set |
| float | j | No Description Set |