Meta_PoseStateGuard
Module: Metanodes / Definitions
A PoseStateGuard prevents script event dispatch unless the specified pose is maintained.
#include <meta_script.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_Pose, Idx_PoseState } Property index. |
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_Pose | string - The name of the recorded pose to match | |
Idx_PoseState | bool - Whether the pose should be active to pass the guard (e.g. true = pose required, false = only pass if pose is NOT maintained) |
Property index.