Tile is an integer?

Status
Not open for further replies.
I have this line in a function I'm making:

JASS:
set mapType[1] = 'Ldro'

where mapType is an integer array. This was the only way I could get syntax checker to leave me alone (It works by the way). Handle and string did not work.

So I'm assuming there's some kind of conversion going on in the background, anyone care to explain?
 
Status
Not open for further replies.
Back
Top