Skip to content

RageLib.Resources.Common.uint_r

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

Represents a uint that can be referenced in a resource structure.

namespace: RageLib.Resources.Common

Inheritance Hierarchy

Syntax

public class uint_r : ResourceSystemBlock

Constructors

prototype description

Properties

name description
property Length Gets the length of the uint.
property Value Gets or sets the uint value.

Methods

prototype description
/images/method.jpg static operator uint(uint_r value) __
/images/method.jpg static operator uint_r(uint value) __
/images/method.jpg void Read(ResourceDataReader reader, params object[] parameters) Reads the data block.
/images/method.jpg void Write(ResourceDataWriter writer, params object[] parameters) Writes the data block.

Events

name description
Clone this wiki locally