Skip to main content

Meta_KeyCodeGuard

Module: Metanodes / Definitions

A KeyCodeGuard prevents script event dispatch unless the specified key is pressed.

#include <meta_script.hpp>

Public Types

TypeName
enumIDX { Idx_KeyCode, Idx_User }
Property index.
enumSpecialKey { Unbound = -1, Any = 0 }
Special values for KeyCode.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_KeyCodeSpecialKey or int - Key code condition for this guard
Idx_Userlink - (optional) Link to a user, who is the only user whose key presses are considered by this guard

Property index.

enum SpecialKey

EnumeratorValueDescription
Unbound-1Key is unbound.
Any0Any key (equivalent to no guard node at all)

Special values for KeyCode.