Dota 2 Workshop Tools/Scripting/API/Global.DoEntFire: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
(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

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

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