Table of Contents

Method GetFloatArray

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

GetFloatArray(string, string)

Gets a float array preference.

public static float[] GetFloatArray(string scope, string key)

Parameters

scope string

The scope namespace.

key string

The key within the scope.

Returns

float[]

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