MovableManager:RemoveParticle
From Data Realms Wiki
Function | |
---|---|
Syntax | RemoveParticle( * A pointer to the MovableObject to remove. ) |
Description: | |
Removes a MovableObject from the internal list of MO:s. After the MO 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! |