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 StrRef? GetBindValue(NwPlayer player, int uiToken)

Parameters

player NwPlayer

The player to query.

uiToken int

The associated UI token.

Returns

StrRef?

The current value of the binding.