Declared in UniverseObject
Declaration
bool Attach(
UniverseObject parent
);Description
Attempts to attach this object to a new parent. This will only work if the current object is no parented to any other object.
Parameters
| Name | Description |
|---|---|
| parent | The new parent to attach this object to. |