Dota 2 Workshop Tools/Scripting/API/CDebugOverlayScriptHelper.EntityBounds: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
(Dota_Lebot push: Updated Page)
Line 6: Line 6:




''' void EntityBounds(ehandle ''a'', int ''b'', int ''c'', int ''d'', int ''e'', bool ''f'', float ''g'') '''
''' 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
| a
| ehandle_1
| No Description Set
| No Description Set
|-
|-
| int
| int
| b
| int_2
| No Description Set
| No Description Set
|-
|-
| int
| int
| c
| int_3
| No Description Set
| No Description Set
|-
|-
| int
| int
| d
| int_4
| No Description Set
| No Description Set
|-
|-
| int
| int
| e
| int_5
| No Description Set
| No Description Set
|-
|-
| bool
| bool
| f
| bool_6
| No Description Set
| No Description Set
|-
|-
| float
| float
| g
| float_7
| No Description Set
| No Description Set
|}
|}

Revision as of 13:36, 20 June 2015

Note.pngNote: This page is automatically generated. Any changes may be overwritten

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