Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
destroying a struct instnace
destroying a struct instnace
05-31-2009, 04:40 PM
#1
fX_
does
JASS:
set
myStructInstance
=
0
destroy/flush a struct?
05-31-2009, 04:48 PM
#2
0zyx0
No. If it was like that, .destroy() wouldn't be needed.
05-31-2009, 04:52 PM
#3
grim001
It only nulls the pointer to that struct instance in the same way that
JASS:
set
myLocation
=
null
nulls the reference to a location.