Data Structures | |
class | _Typelist |
class | HCodeDB |
class | HCodeObject |
class | MECHObject |
class | MAPObject |
class | MapobjObject |
Variables | |
dictionary | _gnames |
tuple | gtypes = _Typelist(_gnames) |
int | NUM_MAPOBJ = 10 |
int | DYNAMIC_MAGIC = 42 |
int | MAPFLAG_MAPO = 1 |
int | MAPOBJSTART_MAGICNUM = 27 |
int | MAPOBJEND_MAGICNUM = 39 |
int | TYPE_BITS = 8 |
tuple | db = HCodeDB(open(sys.argv[1])) |
dictionary hcodedb::_gnames [static] |
Initial value:
{ 0: "MECH", 1: "DEBUG", 2: "MECHREP", 3: "MAP", 4: "CHARGEN", 5: "AUTO", 6: "TURRET", 7: "CUSTOM", 8: "SCEN", 9: "SSIDE", 10: "SSOBJ", 11: "SSINS", 12: "SSEXT", 13: "FMAP", 14: "FMAPBLOCK", 15: "FLOC", 16: "FCHAR", 17: "FOBJ", 18: "FMOD", # Disabled MT_LIST support # 127: "MT_LIST" }
Definition at line 14 of file hcodedb.py.
tuple hcodedb::gtypes = _Typelist(_gnames) [static] |
Definition at line 38 of file hcodedb.py.
int hcodedb::NUM_MAPOBJ = 10 [static] |
Definition at line 40 of file hcodedb.py.
int hcodedb::DYNAMIC_MAGIC = 42 [static] |
Definition at line 41 of file hcodedb.py.
int hcodedb::MAPFLAG_MAPO = 1 [static] |
Definition at line 42 of file hcodedb.py.
int hcodedb::MAPOBJSTART_MAGICNUM = 27 [static] |
Definition at line 43 of file hcodedb.py.
int hcodedb::MAPOBJEND_MAGICNUM = 39 [static] |
Definition at line 44 of file hcodedb.py.
int hcodedb::TYPE_BITS = 8 [static] |
Definition at line 45 of file hcodedb.py.
tuple hcodedb::db = HCodeDB(open(sys.argv[1])) [static] |
Definition at line 516 of file hcodedb.py.