Show / Hide Table of Contents

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}).

Back to top Pose Mod © kgftbz, 2016–2021. Documentation © Ramobo, 2021. Documentation generated with DocFx and hosted by GitLab Pages.