RageLib.Resources.GTA5.PC.Meta.MetaFile - indilo53/gta-toolkit GitHub Wiki
namespace: RageLib.Resources.GTA5.PC.Meta
Inheritance Hierarchy
Syntax
public class MetaFile : FileBase64_GTA5_pc
Constructors
:white_large_square: |
prototype |
description |
Properties
:white_large_square: |
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 |
__ |
Methods
:white_large_square: |
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. |
Events
:white_large_square: |
name |
description |