Warning: This site is under construction, most links will be broken.
LightX API -> lxgfx -> destroytilelist
Last modified on Fri, 30th Mar 2007 at 02:15 UTC by zippletlxgfx.destroytilelist
procedure destroytilelist(
var tilelist: ptlxtilelist
);
Destroys a tile list created by lxgfx.createtilelist.
It is important you remember to destroy tile lists you no longer need as LightX will not automatically destroy them when you destroy the lxgfx object.
tilelist: ptlxtilelist
The tile list to destroy.
Class: lxgfx