forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 15
RageLib.GTA5.PSO.PsoStructureInfo
Jérémie N'gadi edited this page Oct 29, 2018
·
4 revisions
namespace: RageLib.GTA5.PSO
-
PsoElementInfo
PsoStructureInfo
public class PsoStructureInfo : PsoElementInfo
⬜ | prototype | description |
---|---|---|
method | PsoStructureInfo () |
__ |
method | PsoStructureInfo (byte type, byte unk, int structureLength, uint unk_ch, List< PsoStructureEntryInfo > entries) |
__ |
⬜ | name | description |
---|---|---|
property | Entries |
__ |
property | EntriesCount |
__ |
property | StructureLength |
__ |
property | Type |
__ |
property | Unk |
__ |
property | Unk_Ch |
__ |
⬜ | prototype | description |
---|---|---|
method | PsoStructureEntryInfo FindEntry(MetaName name) |
__ |
method | PsoStructureEntryInfo GetEntry(int id) |
__ |
method | void Read(DataReader reader) |
__ |
method | void Write(DataWriter writer) |
__ |
⬜ | name | description |
---|