Dota 2 Workshop Tools/Scripting/API/CScriptParticleManager.DestroyParticle: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
(Dota_Lebot push: Updated Page)
Line 6: Line 6:




''' void DestroyParticle(int ''particleID'', bool ''b'') '''
''' void DestroyParticle(int ''particleID'', bool ''immediately'') '''


''Destroys particle.''
''Destroys particle.''
Line 23: Line 23:
|-
|-
| bool
| bool
| b
| immediately
|  
| Destroy the particle before the end of the frame
|}
|}

Revision as of 15:35, 26 August 2014

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

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