Skip to main content

Meta_PoseStateGuard

Module: Metanodes / Definitions

A PoseStateGuard prevents script event dispatch unless the specified pose is maintained.

#include <meta_script.hpp>

Public Types

TypeName
enumIDX { Idx_Pose, Idx_PoseState }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Posestring - The name of the recorded pose to match
Idx_PoseStatebool - 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.