Condition_Posture
Description
Checks if the current posture of the BaseObject matches the specified posture type.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity whose posture state is checked (Self or Target). |
| CompareType | Supported compare types: Equal, NotEqual. |
| S1 | Target posture type to compare against (PostureCategory FName, default: Stand). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self is in Sit posture | Self | Posture | Equal |
| Check if Self is not in Sit posture | Self | Posture | NotEqual |
| Check if Target is in Stand posture | Target | Posture | Equal |
| Check if Target is not in Stand posture | Target | Posture | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents