Condition_PickedObjectInDiningSlot
Description
Checks whether the BaseObject is currently placed in a slot of type Object whose slot data is connected to a chair component (i.e., a dining slot).
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The object whose slot occupancy state will be checked (Self or Target). |
| CompareType | Equal (object is in a dining slot), NotEqual (object is not). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if the picked object is in a dining slot | Self | PickedObjectInDiningSlot | Equal |
| Check if the picked object is NOT in a dining slot | Self | PickedObjectInDiningSlot | NotEqual |
| Check if Target object is placed in a dining slot | Target | PickedObjectInDiningSlot | Equal |
| Check if Target object is NOT in a dining slot | Target | PickedObjectInDiningSlot | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents