HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

destroying a struct instnace

05-31-2009, 04:40 PM#1
fX_
does
Collapse 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
Collapse JASS:
set myLocation = null
nulls the reference to a location.