Table of Contents

Method SetBoolArray

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

SetBoolArray(string, string, bool[])

Sets a boolean array preference.

public static void SetBoolArray(string scope, string key, bool[] values)

Parameters

scope string

The scope namespace.

key string

The key within the scope.

values bool[]

The array of values to store.