Condition_HasOutfitMannequinAtSite
Description
Checks whether the site of the BaseObject actor contains any store mannequin that has a designated outfit. Candidates are narrowed down via the site's ObjectTemplateTag index (S1) instead of scanning every object, then each candidate is tested for a designated outfit.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The actor whose located site is searched (Self or Target). |
| S1 | ObjectTemplateTag used to look up mannequin candidates (e.g. StoreMannequin). |
| CompareType | Equal: at least one outfit mannequin exists → true. NotEqual: none. |