Condition_HasRemainingFood
Description
Checks whether the specified FoodObject has remaining food (not empty).
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The food object to validate (Self or Target). |
| CompareType | Equal: has remaining food. NotEqual: is empty. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Checks whether target food has remaining servings. | Target | HasRemainingFood | Equal |
| Checks whether self food is empty. | Self | HasRemainingFood | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents