Easypt

getParent

..Root.Object.getParent

Returns parent (note: variables are treated as tree nodes) of this object.

Child of:

Object

Signatures:

NativeCallable, Callable

Example:

auto mother;
mother.auto son;
log(mother.son.getParent().hasChild("son"));