Table of Contents

Method GetStringArray

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

GetStringArray(string, string)

Gets a string array preference.

public static string[] GetStringArray(string scope, string key)

Parameters

scope string

The scope namespace.

key string

The key within the scope.

Returns

string[]

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