GetID

Category: Objects
Since engine version: 1.0 OC (extended in 4.0 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