Table of Contents

Class GffResourceFieldValue

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

A regular GffResourceField containing a primitive value.

public sealed class GffResourceFieldValue : GffResourceField
Inheritance
GffResourceFieldValue
Inherited Members
Extension Methods

Properties

FieldType

Gets the GFF field type.

Methods

GetValueInternal(out object?, Type?)
TryReadByte(out byte)
TryReadCExoLocString(out string, int, Gender)
TryReadCExoString(out string)
TryReadCResRef(out string)
TryReadChar(out byte)
TryReadDWord(out uint)
TryReadDWord64(out ulong)
TryReadDouble(out double)
TryReadFloat(out float)
TryReadInt(out int)
TryReadInt64(out long)
TryReadShort(out short)
TryReadWord(out ushort)