[JASS] Nullifying parametric variables?

Status
Not open for further replies.
Level 13
Joined
May 24, 2005
Messages
601
Hey there,

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..
 
Status
Not open for further replies.
Back
Top