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

NameDescription
parentThe new parent to attach this object to.