MovableManager:GetMOFromID
From Data Realms Wiki
Function | |
---|---|
Syntax | GetMOFromID( * The MOID to get the matching MO from. ) |
Description: | |
Gets a MO from its MOID. Note that MOID's are only valid during the same frame as they were assigned to the MOs! | |
Returns | A pointer to the requested MovableObject instance. 0 if no MO with that MOID was found. 0 if 0 was passed in as MOID (no MOID). Ownership is *NOT* transferred!! |
Example | |
---|---|
Description | Placeholder! |
Code |
|
Output | Placeholder! |