Easypt

getName

..Root.Object.setName

Sets name of variable.

Child of:

Object

Signatures:

NativeCallable, Callable

Example:

auto something.setName("myNewName");
log(something.getName());

Expected output:

myNewName