Skip to content

BUDDYWORKS Poses Extension - Interface

Interface with Poses Extension

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:

Read/Write
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.
Read only
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