Skip to content

RageLib.Resources.Common.string_r

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

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

namespace: RageLib.Resources.Common

Inheritance Hierarchy

Syntax

public class string_r : ResourceSystemBlock

Constructors

prototype description

Properties

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

Methods

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

Events

name description
Clone this wiki locally