- Joined
- Sep 14, 2012
- Messages
- 3,413
[SOLVED] Nullify triggers locals ?
Ok my question is simple, here's the code :
Do i need to nullify the trigger local or not ?
I saw many people nullify it and some other saying it's not useful.
What's the best ?
Ok my question is simple, here's the code :
JASS:
function Init takes nothing returns nothing
local trigger t = CreateTrigger()
// Do some Stuff !
set t = null
endfunction
Do i need to nullify the trigger local or not ?
I saw many people nullify it and some other saying it's not useful.
What's the best ?
Last edited: