B1Condition
- Represents a single condition evaluated against a base object to control script or interaction logic.
| Property | Type | Description | Metadata |
|---|---|---|---|
| BaseObject | EB1BaseObject | The base object (Self or Target) to evaluate this condition against. | Category: B1Condition |
| Command | EB1ConditionType | The condition type that determines what is being checked. | Category: B1Condition |
| CompareType | EB1CompareType | The comparison operator used to evaluate the condition result. | Category: B1Condition |
| UseHand | EB1UseHandType | The hand type relevant to this condition check. | Category: B1Condition |
| S1 | FName | The first string parameter for this condition (meaning depends on Command). | Category: B1Condition SearchLink: FB1Condition.Command |
| S2 | FName | The second string parameter for this condition (meaning depends on Command). | Category: B1Condition |
| F1 | float | The first float parameter for this condition (meaning depends on Command). | Category: B1Condition |
| F2 | float | The second float parameter for this condition (meaning depends on Command). | Category: B1Condition |