Table of Contents

Method GetIntArray

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

GetIntArray(string, string)

Gets an integer array preference.

public static int[] GetIntArray(string scope, string key)

Parameters

scope string

The scope namespace.

key string

The key within the scope.

Returns

int[]

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