Skip to main content

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

ParameterDescription
BaseObjectThe entity whose location is checked for shoe-removal zone (Self or Target).
CompareTypeType of comparison operation (Equal or NotEqual).

Examples

DescriptionBaseObjectCommandCompareType
Checks if Self is in a shoe-removal zoneSelfIsAtShoeRemovalZoneEqual
Checks if Target is in a shoe-removal zoneTargetIsAtShoeRemovalZoneEqual
Checks if Self is NOT in a shoe-removal zoneSelfIsAtShoeRemovalZoneNotEqual