Public Member Functions | |
| def | __init__ |
Definition at line 500 of file hcodedb.py.
| def hcodedb::MapobjObject::__init__ | ( | self, | ||
| fp | ||||
| ) |
Definition at line 501 of file hcodedb.py.
00501 : 00502 fmt = "@HHiccHii" 00503 (self.x, self.y, self.obj, self.type, self.datac, 00504 self.datas, self.datai, x) = _unpack(fmt, fp) 00505 00506 def _unpack(fmt, fp):
1.4.7