Table of Contents

Method ContainsInt

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

ContainsInt(string, string)

Gets if the specified prefix + key combination has an integer value assigned.

public bool ContainsInt(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.