GetIsDM(object)

Determines whether a creature is a DM avatar.

int GetIsDM(
    object oCreature
);

Parameters

oCreature

The creature to determine if it is a DM avatar.


Description

Returns TRUE if oCreature is a DM (Dungeon Master) avatar. Returns FALSE for everything else, including creatures controlled by the DM.



Version

1.28

See Also

functions: GetIsDMPossessed | GetIsPC | GetMaster
categories: Get Data from Creature Functions


 author: Tom Cassiotis, editor: Charles Feduke, additional contributor(s): Jochem van 't Hull
 Send comments on this topic.