forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 15
RageLib.Resources.GTA5.PC.Meta.MetaFile
Jérémie N'gadi edited this page Oct 29, 2018
·
4 revisions
namespace: RageLib.Resources.GTA5.PC.Meta
public class MetaFile : FileBase64_GTA5_pc
⬜ | prototype | description |
---|
⬜ | name | description |
---|---|---|
property | DataBlocksCount |
__ |
property | DataBlocksPointer |
__ |
property | EnumInfosCount |
__ |
property | EnumInfosPointer |
__ |
property | HasUselessData |
__ |
property | NamePointer |
__ |
property | RootBlockIndex |
__ |
property | StructureInfosCount |
__ |
property | StructureInfosPointer |
__ |
property | Unknown_10h |
__ |
property | Unknown_14h |
__ |
property | Unknown_17h |
__ |
property | Unknown_18h |
__ |
property | Unknown_4Eh |
__ |
property | Unknown_50h |
__ |
property | Unknown_54h |
__ |
property | Unknown_58h |
__ |
property | Unknown_5Ch |
__ |
property | Unknown_60h |
__ |
property | Unknown_64h |
__ |
property | Unknown_68h |
__ |
property | Unknown_6Ch |
__ |
property | UselessPointer |
__ |
⬜ | prototype | description |
---|---|---|
method | [] FindBlocks(MetaName name) |
__ |
method | DataBlock GetBlock(int id) |
__ |
method | [] GetReferences() |
Returns a list of data blocks which are referenced by this block. |
method | DataBlock GetRootBlock() |
__ |
method | DataBlock GetRootBlock(MetaName name) |
__ |
method | static operator XmlDocument(MetaFile meta) |
__ |
method | void Read(ResourceDataReader reader, params object[] parameters) |
Reads the data-block from a stream. |
method | void Write(ResourceDataWriter writer, params object[] parameters) |
Writes the data-block to a stream. |
⬜ | name | description |
---|