Skip to content

RageLib.GTA5.ResourceWrappers.PC.Fragments.FragmentFileWrapper_GTA5_pc

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

Represents a wrapper for a GTA5PC fragment file.

namespace: RageLib.GTA5.ResourceWrappers.PC.Fragments

Inheritance Hierarchy

Syntax

public class FragmentFileWrapper_GTA5_pc : IFragmentFile

Constructors

prototype description
method FragmentFileWrapper_GTA5_pc () __

Properties

name description
property FragType Gets the fragtype.

Methods

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

Events

name description
Clone this wiki locally