Easypt

hasChild

..Root.Object.hasChild

Checks if this object has child (member, note: variables are treated as tree nodes) named mem.

Child of:

Object

Signatures:

NativeCallable, Callable

Example:

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