Meta_PoseGuard
Module: Metanodes / Definitions
A PoseGuard prevents script event dispatch unless the specified pose is matched.
#include <meta_script.hpp>
Public Types
| Type | Name |
|---|---|
| enum | IDX { Idx_Pose, Idx_User } Property index. |
Public Types Documentation
enum IDX
| Enumerator | Value | Description |
|---|---|---|
| Idx_Pose | string - The name of the recorded pose to match | |
| Idx_User | link - (optional) Link to a user, who is the only user whose poses are considered by this guard |
Property index.