Table of Contents

Class LocalVariableEnum<T>

Namespace
Anvil.API
Assembly
NWN.Anvil.dll
public sealed class LocalVariableEnum<T> : LocalVariable<T>, IEquatable<ObjectVariable<T>> where T : struct, Enum

Type Parameters

T
Inheritance
LocalVariableEnum<T>
Implements
Inherited Members
Extension Methods

Constructors

LocalVariableEnum()

Properties

Value

Gets or sets the current value of this variable. Returns the default value of T if unassigned (null or 0).

Methods

Delete()

Deletes the value of this variable.