Table of Contents

Class NuiBindStrRef

Namespace
Anvil.API
Assembly
NWN.Anvil.dll
public sealed class NuiBindStrRef : NuiProperty<string>
Inheritance
NuiBindStrRef
Inherited Members
Extension Methods

Constructors

NuiBindStrRef(string)

Properties

Key

Methods

GetBindValue(NwPlayer, int)

Queries the specified player for the value of this binding.

GetBindValues(NwPlayer, int)

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

SetBindValue(NwPlayer, int, StrRef?)

Assigns a value to the binding for the specified player.

SetBindValues(NwPlayer, int, IEnumerable<StrRef?>)

Assigns an array of values to the binding for the specified player.

SetBindWatch(NwPlayer, int, bool)

Marks this property as watched/un-watched.
A watched bind will invoke the NUI script event every time its value changes.