GetID

Category: Objects
Since engine version: 5.1 OC (extended in 5.4 OC)

Description

Returns the definition of an object. This is most often a def, but can also be a proplist deriving from a def.

Syntax

proplist GetID();

Example

CreateObject(GetID())
Creates a duplicate of the calling object.
jwk, 2002-04
Günther, 2013