Table of Contents

Method SetStringArray

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

SetStringArray(string, string, string[])

Sets a string array preference.

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

Parameters

scope string

The scope namespace.

key string

The key within the scope.

values string[]

The array of values to store.