Condition_IsCollectedObject
Description
Returns whether the BaseObject has collected the specified object in the Family Collection.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity to check the collection status for. |
| CompareType | Supported compare types: Equal, NotEqual. |
| S1 | Object ID as defined in Collection.json. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if self has collected the ServedSalad01 item | Self | IsCollectedObject | Equal |
| Check if self has NOT collected the Flower01 item | Self | IsCollectedObject | NotEqual |
| Check if target has collected the FishA01 item | Target | IsCollectedObject | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents