Table of Contents

Method SetBindValue

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetBindValue<T>(NuiBind<T>, T)

Sets the current value of the specified bind for this window instance.

public void SetBindValue<T>(NuiBind<T> bind, T value)

Parameters

bind NuiBind<T>

The bind value to assign.

value T

The new value.

Type Parameters

T

The value type of the bind.