Table of Contents

Method SetBindValue

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetBindValue(NwPlayer, int, T)

Assigns a value to the binding for the specified player.

public void SetBindValue(NwPlayer player, int uiToken, T value)

Parameters

player NwPlayer

The player whose binding will be updated.

uiToken int

The unique UI token to be updated.

value T

The new value to assign.