Dota 2 Workshop Tools/Scripting/API/CDebugOverlayScriptHelper.EntityText: 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 EntityText(ehandle ''a'', int ''b'', string ''c'', int ''d'', int ''e'', int ''f'', int ''g'', float ''h'') '''
''' 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
| a
| ehandle_1
| No Description Set
| No Description Set
|-
|-
| int
| int
| b
| int_2
| No Description Set
| No Description Set
|-
|-
| string
| string
| c
| string_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
|-
|-
| int
| int
| f
| int_6
| No Description Set
| No Description Set
|-
|-
| int
| int
| g
| int_7
| No Description Set
| No Description Set
|-
|-
| float
| float
| h
| float_8
| 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 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