Skip to content

RageLib.GTA5.PSO.PsoFile

Jérémie N'gadi edited this page Oct 29, 2018 · 4 revisions

namespace: RageLib.GTA5.PSO

Inheritance Hierarchy

  • PsoFile

Syntax

public class PsoFile

Constructors

prototype description

Properties

name description
property CHKSSection __
property DataMappingSection __
property DataSection __
property DefinitionSection __
property PSIGSection __
property STRESection __
property STRFSection __
property STRSSection __

Methods

prototype description
method PsoDataMappingEntry GetBlock(int id) __
method bool IsPSO(string fileName) __
method bool IsPSO(Stream stream) __
method bool IsRBF(Stream stream) __
method void Load(string fileName) __
method void Load(Stream stream) __
method static operator XmlDocument(PsoFile pso) __
method void Save(string fileName) __
method void Save(Stream stream) __

Events

name description
Clone this wiki locally