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