HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Destroying a text tag

04-20-2007, 10:11 PM#1
The_AwaKening
Am I correct in assuming that there is no need to
call DestroyTextTag(tt)
if I am already using
call SetTextTagLifespan( tt, 5 )
04-20-2007, 10:57 PM#2
blu_da_noob
Yes. As long as it is set to non-permanent, seeing lifespan recycles the handle index and your texttag will not leak.