RageLib.Resources.GTA5.PC.GameFiles.GameFileBase_Resource - indilo53/gta-toolkit GitHub Wiki
namespace: RageLib.Resources.GTA5.PC.GameFiles
Inheritance Hierarchy
Syntax
public class GameFileBase_Resource : IGameFile
Constructors
:white_large_square: |
prototype |
description |
method |
GameFileBase_Resource () |
__ |
Properties
:white_large_square: |
name |
description |
Methods
:white_large_square: |
prototype |
description |
method |
void Build() |
__ |
method |
void Load(string fileName) |
__ |
method |
void Load(Stream stream) |
__ |
method |
void Load(byte[] data) |
__ |
method |
void Parse() |
__ |
method |
void Save(string fileName) |
__ |
method |
void Save(Stream stream) |
__ |
method |
[] Save() |
__ |
Events
:white_large_square: |
name |
description |