Table of Contents

Method ContainsFloat

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

ContainsFloat(string, string)

Gets if the specified prefix + key combination has a float value assigned.

public bool ContainsFloat(string prefix, string key)

Parameters

prefix string

The storage prefix/group.

key string

The storage key.

Returns

bool

True if a value exists, otherwise false.