Table of Contents

Method Value

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Value()

Gets the value of this field.

public object? Value()

Returns

object

The value associated with this GffResourceField.

Exceptions

InvalidOperationException

Thrown if this field is not a standard value type.

Value<T>()

Gets the value of this field.

public T? Value<T>()

Returns

T

The value associated with this GffResourceField.

Type Parameters

T

The field value type.

Exceptions

InvalidOperationException

Thrown if this field is not a standard value type, or an invalid generic type was specified..