CheatVar
Last updated
Last updated
CheatVar -- Cheat variable. Basically, allows you to get variables used in neverlose.cc menu. Designed to use the same API as Valve's ConVar.
List of all cheat variables . Can be found by API.
Return CheatVar value as an bool. Used In switches (checkboxes)
Return CheatVar value as an float. Used in Sliders with floating point.
Return CheatVar value as an int. Used in Sliders with integer numbers.
Set CheatVar value as an bool. Used In switches (checkboxes)
Set CheatVar value as an int. Used in Sliders with integer numbers.
Set CheatVar value as an float. Used in Sliders with floating point.