Skip to content

RageLib.GTA5.ResourceWrappers.PC.Drawables.DrawableFileWrapper_GTA5_pc

Jérémie N'gadi edited this page Aug 5, 2018 · 3 revisions

namespace: RageLib.GTA5.ResourceWrappers.PC.Drawables

Inheritance Hierarchy

Syntax

public class DrawableFileWrapper_GTA5_pc : IDrawableFile

Constructors

prototype description

Properties

name description
property Drawable __

Methods

prototype description
method void Load(Stream stream) Loads the resource from a stream.
method void Load(string fileName) Loads the texture dictionary from a file.
method void Save(Stream stream) Saves the resource to a stream.
method void Save(string fileName) Saves the texture dictionary to a file.

Events

name description
Clone this wiki locally