Public Member Functions | |
| mixed | LoadFile (mixed filepath) |
| mixed | MetaIndex (mixed typename) |
| allow access like grn.pMainChunk.Object.mesh_list.mesh.point_block.point_container.points.list_points | |
| mixed | XMLDump (mixed filepath) |
| mixed | Read (mixed offset, mixed structname) |
| mixed | Parse (mixed fifo) |
| mixed | ReadInt (mixed iOffset) |
| mixed | ReadFloat (mixed iOffset) |
| mixed | ParseItemListData (mixed pItemList, mixed p, mixed iItemListSize) |
| mixed | PushParent (mixed chunk) |
| mixed | HexDump (mixed iOffset, mixed iSize) |
| mixed | ReadArray (mixed sStructName, mixed iOffset, mixed iArraySize) |
| mixed | ReadFloatArray (mixed iOffset, mixed num) |
| mixed | Visit (mixed name, mixed...) |
Definition at line 3931 of file lua_pseudo_code.cpp.
| mixed cGrannyFile::LoadFile | ( | mixed | filepath | ) | [inline] |
Definition at line 3933 of file lua_pseudo_code.cpp.
| mixed cGrannyFile::MetaIndex | ( | mixed | typename | ) | [inline] |
allow access like grn.pMainChunk.Object.mesh_list.mesh.point_block.point_container.points.list_points
Definition at line 3936 of file lua_pseudo_code.cpp.
| mixed cGrannyFile::XMLDump | ( | mixed | filepath | ) | [inline] |
Definition at line 3938 of file lua_pseudo_code.cpp.
| mixed cGrannyFile::Read | ( | mixed | offset, | |
| mixed | structname | |||
| ) | [inline] |
Definition at line 3940 of file lua_pseudo_code.cpp.
| mixed cGrannyFile::Parse | ( | mixed | fifo | ) | [inline] |
Definition at line 3942 of file lua_pseudo_code.cpp.
| mixed cGrannyFile::ReadInt | ( | mixed | iOffset | ) | [inline] |
Definition at line 3944 of file lua_pseudo_code.cpp.
| mixed cGrannyFile::ReadFloat | ( | mixed | iOffset | ) | [inline] |
Definition at line 3946 of file lua_pseudo_code.cpp.
| mixed cGrannyFile::ParseItemListData | ( | mixed | pItemList, | |
| mixed | p, | |||
| mixed | iItemListSize | |||
| ) | [inline] |
Definition at line 3948 of file lua_pseudo_code.cpp.
| mixed cGrannyFile::PushParent | ( | mixed | chunk | ) | [inline] |
Definition at line 3950 of file lua_pseudo_code.cpp.
| mixed cGrannyFile::HexDump | ( | mixed | iOffset, | |
| mixed | iSize | |||
| ) | [inline] |
Definition at line 3952 of file lua_pseudo_code.cpp.
| mixed cGrannyFile::ReadArray | ( | mixed | sStructName, | |
| mixed | iOffset, | |||
| mixed | iArraySize | |||
| ) | [inline] |
Definition at line 3954 of file lua_pseudo_code.cpp.
| mixed cGrannyFile::ReadFloatArray | ( | mixed | iOffset, | |
| mixed | num | |||
| ) | [inline] |
Definition at line 3956 of file lua_pseudo_code.cpp.
| mixed cGrannyFile::Visit | ( | mixed | name, | |
| mixed... | ||||
| ) | [inline] |
Definition at line 3958 of file lua_pseudo_code.cpp.
1.5.6