Module nwn.erf
ERF file format (erf, hak, mod, ...)
Classes
| Name | Description |
|---|---|
Erf
|
ERF file parsing (.erf, .hak, .mod files) |
ErfParseException
|
Parsing exception |
ErfValueSetException
|
Value doesn't match constraints (ex: label too long) |
Structs
| Name | Description |
|---|---|
ErfFile
|
File stored in Erf class |
Aliases
| Name | Type | Description |
|---|---|---|
NWN1Erf
|
Erf!(0)
|
|
NWN1ErfFile
|
ErfFile!(0)
|
|
NWN2Erf
|
Erf!(1)
|
|
NWN2ErfFile
|
ErfFile!(1)
|