Table of Contents

Method IsSet

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

IsSet(string)

Gets a value indicating whether the specified parameter has an assigned value.

public bool IsSet(string paramName)

Parameters

paramName string

The parameter name to query.

Returns

bool

true if the specified parameter is set, otherwise false.