Condition_IsWaterCutoffSite
Description
Checks whether the water supply has been cut off at the site where the BaseObject is currently located.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The actor whose located site is checked for water cutoff (Self or Target). |
| CompareType | Type of comparison operation (Equal or NotEqual). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Checks if Self's located site has water cut off | Self | IsWaterCutoffSite | Equal |
| Checks if Target's located site does NOT have water cut off | Target | IsWaterCutoffSite | NotEqual |
| Checks if Self's current site has lost water supply | Self | IsWaterCutoffSite | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents