Condition_IsAtShoeRemovalZone
Description
Checks whether the BaseObject is currently located in a shoe-removal zone.
A shoe-removal zone is defined as an indoor area within a site that has the TakeOffShoes flag enabled.
This references the logic used in B2SubActionHelper::NeedToTakeOffShoes.
Parameters
| Parameter | Description |
|---|
| BaseObject | The entity whose location is checked for shoe-removal zone (Self or Target). |
| CompareType | Type of comparison operation (Equal or NotEqual). |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Checks if Self is in a shoe-removal zone | Self | IsAtShoeRemovalZone | Equal |
| Checks if Target is in a shoe-removal zone | Target | IsAtShoeRemovalZone | Equal |
| Checks if Self is NOT in a shoe-removal zone | Self | IsAtShoeRemovalZone | NotEqual |