| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
object_models.FileFormat --+
|
object_models.xml.FileFormat --+
|
EspFormat
|
|||
|
int Basic implementation of a 32-bit signed integer type. |
|||
|
uint Implementation of a 32-bit unsigned integer type. |
|||
|
byte Implementation of a 8-bit signed integer type. |
|||
|
ubyte Implementation of a 8-bit unsigned integer type. |
|||
|
char Implementation of an (unencoded) 8-bit character. |
|||
|
short Implementation of a 16-bit signed integer type. |
|||
|
ushort Implementation of a 16-bit unsigned integer type. |
|||
|
float Implementation of a 32-bit float. |
|||
|
uint64 Implementation of a 64-bit unsigned integer type. |
|||
|
ZString String of variable length (null terminated). |
|||
| RecordType | |||
|
Data A class to contain the actual esp data. |
|||
| Record | |||
| GRUP | |||
| CELL | |||
| CELL_DATA | |||
| CELL_EDID | |||
| CELL_FULL | |||
| CELL_XCLL | |||
| CELL_XCMT | |||
| CELL_XOWN | |||
| CellFlags | |||
| FormId | |||
| GroupType | |||
| MusicType | |||
| REFR | |||
| RecordFlags | |||
| RecordRevision | |||
|
SubRecord A subrecord. |
|||
| TES4 | |||
| TES4_CNAM | |||
| TES4_DATA | |||
| TES4_HEDR | |||
| TES4_MAST | |||
| TES4_SNAM | |||
|
_GRUP A group of records. |
|||
|
_Record A record. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
xml_file_name = Override. |
|||
xml_file_path = Override. |
|||
RE_FILENAME = re.compile(r'Override this with a regular expression (the result of a re.compile call) for the file extension of the format you are implementing. |
|||
_EPSILON = 0.0001
|
|||
games =
|
|||
versions =
|
|||
xml_bit_struct =
|
|||
xml_enum =
|
|||
xml_struct =
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Converts version string into an integer. >>> hex(EspFormat.version_number('1.2')) '0x102'
|
|
|||
xml_file_pathOverride.
|
xml_bit_struct
|
xml_enum
|
xml_struct
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 10 19:03:31 2011 | http://epydoc.sourceforge.net |