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

The value to assign to the property.

Returns

NuiValue<T>

A readonly NuiValue<T> instance wrapping the value.