Dota 2 Workshop Tools/Scripting/API/Global.SetRenderingEnabled: 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 SetRenderingEnabled(ehandle ''a'', bool ''b'') '''
''' void SetRenderingEnabled(ehandle ''ehandle_1'', bool ''bool_2'') '''


''Set rendering on/off for an ''ehandle''''
''Set rendering on/off for an ''ehandle''''
Line 19: Line 19:
|-
|-
| ehandle
| ehandle
| a
| ehandle_1
| No Description Set
| No Description Set
|-
|-
| bool
| bool
| b
| bool_2
| No Description Set
| No Description Set
|}
|}

Revision as of 10:30, 19 June 2015

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

Function Description

void SetRenderingEnabled(ehandle ehandle_1, bool bool_2)

Set rendering on/off for an ehandle'


Parameters

Type Name Description
ehandle ehandle_1 No Description Set
bool bool_2 No Description Set