Skip to content

BUDDYWORKS Poses Extension - Interface

Some cases, like blink handling, might require you to interface with Poses Extension.
Poses Extension offers the following ways to interact with it in your own logic:

ParameterTypeDescription
PE/SetIntCurrently selected pose bank. Use this to check whenever PE is active. 0 = Inactive, >0 = Active.
PE/ResetTrigger/BoolWill reset PE completely. Use with conflicting assets.
ParameterTypeDescription
PE/API/isActiveBoolReturns true if PE is active.
PE/API/isInstalledBoolReturns true if PE is installed. Use this in your own asset to detect PE presence.
PE/API/currentStateIntReturns a value based on what PE is currently doing.
0 = Inactive
1 = Active (No ViewAdjust)
2 = Active (ViewAdjust)
3 = Disengaging