Dota 2 Workshop Tools/Scripting/API/CScriptParticleManager.DestroyParticle: 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 DestroyParticle(int ''particleID'', bool '' | ''' void DestroyParticle(int ''particleID'', bool ''immediately'') ''' | ||
''Destroys particle.'' | ''Destroys particle.'' | ||
Line 23: | Line 23: | ||
|- | |- | ||
| bool | | bool | ||
| | | immediately | ||
| | | Destroy the particle before the end of the frame | ||
|} | |} |
Revision as of 15:35, 26 August 2014

Function Description
void DestroyParticle(int particleID, bool immediately)
Destroys particle.
Parameters
Type | Name | Description |
---|---|---|
int | particleID | particleID returned by one of the CreateParticle functions |
bool | immediately | Destroy the particle before the end of the frame |