RageLib.GTA5.PSO.PsoStructureInfo - indilo53/gta-toolkit GitHub Wiki
namespace: RageLib.GTA5.PSO
Inheritance Hierarchy
Syntax
public class PsoStructureInfo : PsoElementInfo
Constructors
:white_large_square: |
prototype |
description |
method |
PsoStructureInfo () |
__ |
method |
PsoStructureInfo (byte type, byte unk, int structureLength, uint unk_ch, List< PsoStructureEntryInfo > entries) |
__ |
Properties
:white_large_square: |
name |
description |
property |
Entries |
__ |
property |
EntriesCount |
__ |
property |
StructureLength |
__ |
property |
Type |
__ |
property |
Unk |
__ |
property |
Unk_Ch |
__ |
Methods
:white_large_square: |
prototype |
description |
method |
PsoStructureEntryInfo FindEntry(MetaName name) |
__ |
method |
PsoStructureEntryInfo GetEntry(int id) |
__ |
method |
void Read(DataReader reader) |
__ |
method |
void Write(DataWriter writer) |
__ |
Events
:white_large_square: |
name |
description |