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!
Integer A above is the local integer variable of trigger editor. I am trying to remove a location leak here but what is typed above is wrong and WE gives error for that. How can I refer to array with Integer A (in custom script)?
Integer A is not local and called bj_forLoopAIndex or GetForLoopIndexA() in jass and this has nothing to do with arrays in general. You can also store your location in another non-array variable temporarily and use this one to avoid writing arrays or Integer A in jass.
Believe it or not it was the (Integer A) thing that prompted me to start looking into the direct JASS code itself to find out what other mysteries lay behind the veil of "GUI".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.