Method GetBoolArray
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
GetBoolArray(string, string)
Gets a boolean array preference.
public static bool[] GetBoolArray(string scope, string key)
Parameters
Returns
- bool[]
The stored boolean array, or an empty array if not found.