Category: Objects
Since engine version: 5.1 OC
(extended in 5.4 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.