Method SetBool
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
SetBool(string, string, bool)
Sets a boolean preference (stored as an integer 0 or 1).
public static void SetBool(string scope, string key, bool val)
Sets a boolean preference (stored as an integer 0 or 1).
public static void SetBool(string scope, string key, bool val)