| Functions Documentation |
|
| Name |
objGetObjByID |
| Syntax |
(objGetObjByID number) |
| Argument List |
number: the ID of the spaceObject that uniquely identifies it. |
| Returns |
spaceObject: the spaceobject with the unique ID. |
| Category |
0.99, spaceobject
|
| Description |
Returns the spaceObj of the unique ID passed into the function. |
| Example |
|
| Comment |
This function works in conjunction with objGetID.
The ID is not the UNID. It's a number that uniquely identifies an already created spaceObject.
objGetObjByID works only if the spaceObj is in the same system as the calling spaceObj. |