Table of Contents

Method CreateValue

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

CreateValue(T)

Creates a readonly Nui variable that cannot be changed at runtime.

public static NuiValue<T> CreateValue(T value)

Parameters

value T

Returns

NuiValue<T>