Table of Contents

Class GffResource

Namespace
Anvil.API
Assembly
NWN.Anvil.dll
public sealed class GffResource : IDisposable
Inheritance
GffResource
Implements
Inherited Members
Extension Methods

Properties

FileType

Gets the file type/extension of this GffResource.

this[int]

Gets the child GffResourceField at the specified index.

this[string]

Gets the child GffResourceField with the specified key.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

~GffResource()