ACE_fnc_add2Fifo

Description

Add an item to a queue.  Items in excess of the specified purge count will be deleted in First-in First-out ( FIFO ) order.

Parameters

_itemItem queued for removal.  [Object]
_max_countMaximum number of instances of this item allowed to exist.

Returns

nil

Example

[_BombCrater, 30] call ACE_fnc_add2Fifo;

Author

Xeno, © 2010

Close