Condition_RomanticOrientation
Description
Checks the romantic orientation flag(s) based on BaseObject:
- BaseObject=Self: checks only Self's bRomanticOrientation (no Target required).
- BaseObject=Target: checks the logical AND of both Self and Target's bRomanticOrientation flags.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Self = check Self only. Target = check both Self and Target (AND). |
| CompareType | Supported compare types: Equal, NotEqual. |
| S1 | Expected value of the romantic orientation flag (True or False). |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if Self has romantic orientation enabled | Self | RomanticOrientation | Equal | True |
| Check if Self does not have romantic orientation enabled | Self | RomanticOrientation | Equal | False |
| Check if both Self and Target have romantic orientation enabled | Target | RomanticOrientation | Equal | True |
| Check if either Self or Target does not have romantic orientation enabled | Target | RomanticOrientation | Equal | False |
| Check (negated) if both Self and Target have romantic orientation enabled | Target | RomanticOrientation | NotEqual | True |
Back to Command FinderSearch and filter all 491 Script Condition documents