• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Question about special effects leak

Status
Not open for further replies.
Level 2
Joined
Jan 17, 2009
Messages
10
i was wondering that when you do something like

Pick every unit in Group and do [actions]
Set Point = Position of picked unit
Create a special effect at Point using *whatever*
Destroy last created special effect
Custom script: call RemoveLocation(udg_Point)

Will these leak?
I was thinking about the "destroy last created special effect" as to destroying only 1 of the effects out of all the created effects for each point.

Do i have to set the effect into a variable or like use integer A with arrays for variables to destroy all the effects?
 
Level 2
Joined
Jan 17, 2009
Messages
10
whats better and more leakless?

1) create a special effect
destroy last created special effect
2) create a special effect
set effect = last created special effect
destroy effect
 
Status
Not open for further replies.
Top