Table of Contents

Method SetBindValue

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetBindValue(NwPlayer, int, StrRef?)

Assigns a value to the binding for the specified player.

public void SetBindValue(NwPlayer player, int uiToken, StrRef? value)

Parameters

player NwPlayer

The player whose binding will be updated.

uiToken int

The unique UI token to be updated.

value StrRef?

The new value to assign.