Difference between revisions of "Dota 2 Workshop Tools/Scripting/API/CDebugOverlayScriptHelper.EntityText"
< Dota 2 Workshop Tools | Scripting | API
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 6: | Line 6: | ||
− | ''' void EntityText(ehandle '' | + | ''' void EntityText(ehandle ''ehandle_1'', int ''int_2'', string ''string_3'', int ''int_4'', int ''int_5'', int ''int_6'', int ''int_7'', float ''float_8'') ''' |
''Draws text on an entity'' | ''Draws text on 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 | ||
|- | |- | ||
| string | | string | ||
− | | | + | | string_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 | ||
|- | |- | ||
| int | | int | ||
− | | | + | | int_6 |
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
− | | | + | | int_7 |
| No Description Set | | No Description Set | ||
|- | |- | ||
| float | | float | ||
− | | | + | | float_8 |
| No Description Set | | No Description Set | ||
|} | |} |
Latest revision as of 12:36, 20 June 2015

Function Description
void EntityText(ehandle ehandle_1, int int_2, string string_3, int int_4, int int_5, int int_6, int int_7, float float_8)
Draws text on an entity
Parameters
Type | Name | Description |
---|---|---|
ehandle | ehandle_1 | No Description Set |
int | int_2 | No Description Set |
string | string_3 | No Description Set |
int | int_4 | No Description Set |
int | int_5 | No Description Set |
int | int_6 | No Description Set |
int | int_7 | No Description Set |
float | float_8 | No Description Set |