Dota 2 Workshop Tools/Scripting/API/CEntityInstance.DisconnectOutput: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 6: | Line 6: | ||
''' void DisconnectOutput(string '' | ''' void DisconnectOutput(string ''string_1'', string ''string_2'') ''' | ||
''Removes a connected script function from an I/O event on this entity.'' | ''Removes a connected script function from an I/O event on this entity.'' | ||
Line 19: | Line 19: | ||
|- | |- | ||
| string | | string | ||
| | | string_1 | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| string | | string | ||
| | | string_2 | ||
| No Description Set | | No Description Set | ||
|} | |} |
Revision as of 16:37, 20 June 2015

Function Description
void DisconnectOutput(string string_1, string string_2)
Removes a connected script function from an I/O event on this entity.
Parameters
Type | Name | Description |
---|---|---|
string | string_1 | No Description Set |
string | string_2 | No Description Set |