Group GeneralConditions
Contains Pose Mod conditions that work on any application.
Assembly: kg_PoseMod.dll
Commands
_test(Boolean)
A test condition that simply returns value.
Declaration
public bool _test(bool value)
IsTrue(Boolean)
Checks if value is true.
Declaration
public bool IsTrue(bool value)
Key(String)
Checks if the key with the name "value" is currently pressed.
Declaration
public bool Key(string value)
Remarks
This is equivalent to Input.GetKey({value}).