:O
:O
:O
Then how does vJass get it's legendary speed that I keep hearing about over and over again?
//====================================
Question about globals vs. local handle vars
I made a quadratic arc type of function, and I was wondering if I used global arrays, and just one integer attached to the timer to reference all of the information from the globals, would that be faster than to use all of the information attached to the timer?
//====================================
I apologize for the original question, thought satiates was a typo
Code:
Anyway, the Jass parser only checks that the last return value satisfies the return type
makes much more sense to me
Ah yes!, I finally get it!!
The function returns an integer, when it already returned a handle, giving the handle a reference (I think?)
Also, do you need to nullify integers, reals, booleans, etc. if they are attached to handles using the vars system?