- Joined
- May 24, 2005
- Messages
- 609
Hey there,
I'm just a bit unsure about this:
Makes the set u = null any difference?
As far as I know, I do not need to nullify it since it came as a parameter, right?
Just wanted to know this for sure..
I'm just a bit unsure about this:
JASS:
function KillMe takes unit u returns nothing
call KillUnit(u)
set u = null
endfunction
Makes the set u = null any difference?
As far as I know, I do not need to nullify it since it came as a parameter, right?
Just wanted to know this for sure..