Table of Contents

Method CreateBind

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

CreateBind(string)

Creates a Nui variable binding that can be changed at runtime.

public static NuiBind<T> CreateBind(string key)

Parameters

key string

The key to use for the binding.

Returns

NuiBind<T>

A NuiBind object.