Table of Contents

Class ObjectStorageVariableEnum<T>

Namespace
Anvil.API
Assembly
NWN.Anvil.dll
public abstract class ObjectStorageVariableEnum<T> : ObjectStorageVariable<T>, IEquatable<ObjectVariable<T>> where T : struct, Enum

Type Parameters

T
Inheritance
ObjectStorageVariableEnum<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

ObjectStorageVariableEnum()

Properties

HasValue

Gets a value indicating whether this variable has a value.

Value

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

VariableTypePrefix

Methods

Delete()

Deletes the value of this variable.