Dota 2 Workshop Tools/Scripting/API/CDebugOverlayScriptHelper.EntityBounds: 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 EntityBounds(ehandle '''', int '''', int '''', int '''', int '''', bool '''', float '''') ''' | ''' void EntityBounds(ehandle ''a'', int ''b'', int ''c'', int ''d'', int ''e'', bool ''f'', float ''g'') ''' | ||
''Draws bounds of an entity'' | ''Draws bounds of an entity'' | ||
Line 17: | Line 17: | ||
|- | |- | ||
| ehandle | | ehandle | ||
| | | a | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | b | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | c | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | d | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | e | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| bool | | bool | ||
| | | f | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| float | | float | ||
| | | g | ||
| No Description Set | | No Description Set | ||
|} | |} |
Revision as of 00:21, 9 August 2014

Function Description
void EntityBounds(ehandle a, int b, int c, int d, int e, bool f, float g)
Draws bounds of an entity
Parameters
Type | Name | Description |
---|---|---|
ehandle | a | No Description Set |
int | b | No Description Set |
int | c | No Description Set |
int | d | No Description Set |
int | e | No Description Set |
bool | f | No Description Set |
float | g | No Description Set |