Table of Contents

Method SetBindWatch

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetBindWatch<T>(NuiBind<T>, bool)

Marks the specified bind as watched/unwatched for this player.

public void SetBindWatch<T>(NuiBind<T> bind, bool watch)

Parameters

bind NuiBind<T>
watch bool

Type Parameters

T