Table of Contents

Method GetBindValue

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetBindValue(NwPlayer, int)

Queries the specified player for the value of this binding.

public T? GetBindValue(NwPlayer player, int uiToken)

Parameters

player NwPlayer

The player to query.

uiToken int

The associated UI token.

Returns

T

The current value of the binding.