Dota 2 Workshop Tools/Scripting/API/CScriptParticleManager.SetParticleControlEnt: 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 SetParticleControlEnt(int '' | ''' void SetParticleControlEnt(int ''int_1'', int ''int_2'', handle ''handle_3'', int ''int_4'', string ''string_5'', Vector ''Vector_6'', bool ''bool_7'') ''' | ||
''No Description Set'' | ''No Description Set'' | ||
Line 19: | Line 19: | ||
|- | |- | ||
| int | | int | ||
| | | int_1 | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | int_2 | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| handle | | handle | ||
| | | handle_3 | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| int | | int | ||
| | | int_4 | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| string | | string | ||
| | | string_5 | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| Vector | | Vector | ||
| | | Vector_6 | ||
| No Description Set | | No Description Set | ||
|- | |- | ||
| bool | | bool | ||
| | | bool_7 | ||
| No Description Set | | No Description Set | ||
|} | |} |
Revision as of 19:38, 20 June 2015

Function Description
void SetParticleControlEnt(int int_1, int int_2, handle handle_3, int int_4, string string_5, Vector Vector_6, bool bool_7)
No Description Set
Parameters
Type | Name | Description |
---|---|---|
int | int_1 | No Description Set |
int | int_2 | No Description Set |
handle | handle_3 | No Description Set |
int | int_4 | No Description Set |
string | string_5 | No Description Set |
Vector | Vector_6 | No Description Set |
bool | bool_7 | No Description Set |