RageLib.Resources.GTA5.PC.Meta.StructureEntryInfo - indilo53/gta-toolkit GitHub Wiki

namespace: RageLib.Resources.GTA5.PC.Meta

Inheritance Hierarchy

Syntax

public class StructureEntryInfo : ResourceSystemBlock

Constructors

:white_large_square: prototype description
method StructureEntryInfo () __
method StructureEntryInfo (int entryNameHash, int dataOffset, StructureEntryDataType structureEntryDataType, byte unknown_9h, short referenceTypeIndex, int referenceKey) __

Properties

:white_large_square: name description
property DataOffset __
property DataType __
property EntryNameHash __
property ReferenceKey __
property ReferenceTypeIndex __
property Unknown_9h __

Methods

:white_large_square: prototype description
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