Dota 2 Workshop Tools/Scripting/API/Global.FireEntityIOInputVec: 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 FireEntityIOInputVec(ehandle '''', string '''', Vector '''') ''' | ''' void FireEntityIOInputVec(ehandle ''a'', string ''b'', Vector ''c'') ''' | ||
''Fire Entity's Action Input with passed ''Vector'' ( hEntity, szActionName, vector )'' | ''Fire Entity's Action Input with passed ''Vector'' ( hEntity, szActionName, vector )'' |
Revision as of 00:06, 9 August 2014

Function Description
void FireEntityIOInputVec(ehandle a, string b, Vector c)
Fire Entity's Action Input with passed Vector ( hEntity, szActionName, vector )
Parameters
Type | Name | Description |
---|---|---|
ehandle | a | No Description Set |
string | b | No Description Set |
Vector | c | No Description Set |