Dota 2 Workshop Tools/Scripting/API/Global.DoEntFire: 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 4: | Line 4: | ||
''' void DoEntFire(string '''', string '''', string '''', float '''', handle '''', handle '''') ''' | ''' void DoEntFire(string ''a'', string ''b'', string ''c'', float ''d'', handle ''e'', handle ''f'') ''' | ||
''EntFire: Generate an entity i/o event ( szTarget, szAction, szValue, flDelay, hActivator, hCaller )'' | ''EntFire: Generate an entity i/o event ( szTarget, szAction, szValue, flDelay, hActivator, hCaller )'' |
Revision as of 00:06, 9 August 2014

Function Description
void DoEntFire(string a, string b, string c, float d, handle e, handle f)
EntFire: Generate an entity i/o event ( szTarget, szAction, szValue, flDelay, hActivator, hCaller )
Parameters
Type | Name | Description |
---|---|---|
string | a | No Description Set |
string | b | No Description Set |
string | c | No Description Set |
float | d | No Description Set |
handle | e | No Description Set |
handle | f | No Description Set |