• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] Fast question

Status
Not open for further replies.
Level 12
Joined
Mar 23, 2008
Messages
942
If I use this:

JASS:
globals
     private unit array lol[100]
endglobals

To use with a MUI spell and setting the variable to null after using it, it will use any memory or be worse than calling a new local every time?
 
Status
Not open for further replies.
Top