Table of Contents

Method GetBindValue

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetBindValue<T>(NuiBind<T>)

Gets the current value of the specified bind for this window instance.

public T? GetBindValue<T>(NuiBind<T> bind)

Parameters

bind NuiBind<T>

The bind value to query.

Returns

T

The current assigned value of the bind, otherwise the default value of T.

Type Parameters

T

The value type of the bind.