DeleteItemPool

Deletes an item pool.

Synopsis

void DeleteItemPool (ItemPoolPtr itemPool)

Description

Deletes the specified item pool. DeleteItemPool() deletes the item pool by calling DeleteItem() recursively to delete each item in the pool.

Arguments

itemPool
Pool that is deleted.

Return Value

None

Associated Files

ItemPool.h

See Also

CreateItemPool, DeleteItem