[Cond]_HasDoorPermission¶
Overview¶
A condition that checks whether the BaseObject has permission for the Target (Door).
- Returns false if the Target is not a DoorObject.
Parameter¶
Params | Description |
---|---|
BaseObject | The object to check the condition for |
Command | HasDoorPermission |
CompareType | Equal / NotEqual |
CompareType¶
- Comparison operator types used in conditions
CompareType | Operator | Description |
---|---|---|
Equal | == | If equal |
NotEqual | != | If not equal |