Nulling Integers/Reals

Status
Not open for further replies.

Rui

Rui

Level 41
Joined
Jan 7, 2005
Messages
7,551
I know the question is dumb (and I prefer a straight answer instead of irony) but how to null local integers and reals?

I've been using...
JASS:
set localintegername = 'null'
but I doubt this is it.

~Thanks for your time:smile: (I decided to post instead of privately asking so I can send this to the Solved Problems, someone learning JASS might have the same question =P)
 
You dont have to null reals and integers.

If you want to null them just set them to 0 but it doesnt matter if you dont.
 
  • Like
Reactions: Rui
Status
Not open for further replies.
Back
Top