Skip to main content

Condition_Posture

Description

Checks if the current posture of the BaseObject matches the specified posture type.

Parameters

ParameterDescription
BaseObjectThe entity whose posture state is checked (Self or Target).
CompareTypeSupported compare types: Equal, NotEqual.
S1Target posture type to compare against (PostureCategory FName, default: Stand).

Examples

DescriptionBaseObjectCommandCompareType
Check if Self is in Sit postureSelfPostureEqual
Check if Self is not in Sit postureSelfPostureNotEqual
Check if Target is in Stand postureTargetPostureEqual
Check if Target is not in Stand postureTargetPostureNotEqual