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 6: | Line 6: | ||
''' void EntityBounds(ehandle '' | ''' void EntityBounds(ehandle ''ehandle_1'', int ''int_2'', int ''int_3'', int ''int_4'', int ''int_5'', bool ''bool_6'', float ''float_7'') ''' | ||
''Draws bounds of an entity'' | ''Draws bounds of an entity'' | ||
Line 19: | Line 19: | ||
|- | |- | ||
| ehandle | | ehandle | ||
| | | ehandle_1 | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | int_2 | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | int_3 | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | int_4 | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | int_5 | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| bool | | bool | ||
| | | bool_6 | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| float | | float | ||
| | | float_7 | ||
| No Description Set | | No Description Set | ||
|} | |} |
Revision as of 13:36, 20 June 2015

Function Description
void EntityBounds(ehandle ehandle_1, int int_2, int int_3, int int_4, int int_5, bool bool_6, float float_7)
Draws bounds of an entity
Parameters
Type | Name | Description |
---|---|---|
ehandle | ehandle_1 | No Description Set |
int | int_2 | No Description Set |
int | int_3 | No Description Set |
int | int_4 | No Description Set |
int | int_5 | No Description Set |
bool | bool_6 | No Description Set |
float | float_7 | No Description Set |