Dota 2 Workshop Tools/Scripting/API/Global.GetMaxOutputDelay: 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:




''' float GetMaxOutputDelay(ehandle ''a'', string ''b'') '''
''' float GetMaxOutputDelay(ehandle ''ehandle_1'', string ''string_2'') '''


''Get the longest delay for all events attached to an output''
''Get the longest delay for all events attached to an output''
Line 19: Line 19:
|-
|-
| ehandle
| ehandle
| a
| ehandle_1
| No Description Set
| No Description Set
|-
|-
| string
| string
| b
| string_2
| No Description Set
| No Description Set
|}
|}

Revision as of 07:29, 19 June 2015

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

Function Description

float GetMaxOutputDelay(ehandle ehandle_1, string string_2)

Get the longest delay for all events attached to an output


Parameters

Type Name Description
ehandle ehandle_1 No Description Set
string string_2 No Description Set

Returns

float - No Description Set