Home | Trees | Indices | Help |
|
---|
|
object --+ | object_models.FileFormat --+ | object_models.xml.FileFormat --+ | EgmFormat
|
|||
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. |
|||
FileSignature Basic type which implements the header of a EGM file. |
|||
FileVersion | |||
Data A class to contain the actual egm data. |
|||
MorphRecord | |||
Header | |||
ShortRelativeVertex | |||
_MorphRecord Uses the same formula as a morph in a tri file. |
|||
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. |
|||
games =
|
|||
versions =
|
|||
xml_struct =
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Converts version string into an integer. >>> EgmFormat.version_number('002') 2 >>> EgmFormat.version_number('XXX') -1
|
|
xml_file_pathOverride.
|
xml_struct
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 10 19:03:31 2011 | http://epydoc.sourceforge.net |