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