Easypt

removeChild

..Root.Object.removeChild

Remove this object’s child (member, note: variables are treated as tree nodes) named mem.

Child of:

Object

Signatures:

NativeCallable, Callable

Example:

auto mother;
mother.auto son;
mother.removeChild("son");