Function EncodedObjectAsID.objectId
The GodotObject
identifier stored in this EncodedObjectAsID
instance. The object instance can be retrieved with @GDScript
.
long objectId() nothrow @property @nogc;
void objectId
(
long v
) nothrow @property @nogc;