Table of Contents

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

scope string

The scope namespace.

key string

The key within the scope.

Returns

bool[]

The stored boolean array, or an empty array if not found.