Show / Hide Table of Contents

Group NumberConditions

Contains number-related Pose Mod conditions that work on any application.

Assembly: kg_PoseMod.dll

Commands

Equal(Single, Single)

Checks if the numbers value1 and value2 are equal.

Declaration
public bool Equal(float value1, float value2)

Larger(Single, Single)

Checks if value1 is larger than value2.

Declaration
public bool Larger(float value1, float value2)

NotEqual(Single, Single)

Checks if the numbers value1 and value2 are different.

Declaration
public bool NotEqual(float value1, float value2)
Back to top Pose Mod © kgftbz, 2016–2021. Documentation © Ramobo, 2021. Documentation generated with DocFx and hosted by GitLab Pages.