Table of Contents

Method ContainsString

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

ContainsString(string, string)

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

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