Table of Contents

Method GetBindValues

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetBindValues(NwPlayer, int)

Queries the specified player for the array of values assigned to this binding.

public List<StrRef?>? GetBindValues(NwPlayer player, int uiToken)

Parameters

player NwPlayer

The player to query.

uiToken int

The associated UI token.

Returns

List<StrRef?>

The current values of the binding.