MovableManager:RemoveItem
From Data Realms Wiki
(Difference between revisions)
Latest revision as of 00:47, 28 June 2012
Function | |
---|---|
Syntax | RemoveItem( * A pointer to the MovableObject to remove. ) |
Description: | |
Removes a pickup-able MovableObject item from the internal list of MO:s. After the item is removed, ownership is effectively released and transferred to whatever client called this method. | |
Returns | Whether the object was found in the particle list, and consequently removed. If the particle entry wasn't found, false is returned. |
Example | |
---|---|
Description | Placeholder! |
Code |
|
Output | Placeholder! |