Table of Contents

Method GetFloat

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

GetFloat(string, string)

Gets the stored float with the specified key.

public float? GetFloat(string prefix, string key)

Parameters

prefix string

The storage prefix/group.

key string

The storage key.

Returns

float?

The float value stored with the specified key, otherwise null if the key has no value populated.