Table of Contents

Method SetIntArray

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

SetIntArray(string, string, int[])

Sets an integer array preference.

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

Parameters

scope string

The scope namespace.

key string

The key within the scope.

values int[]

The array of values to store.