RageLib.Resources.Common.ulong_r - indilo53/gta-toolkit GitHub Wiki
Represents a ulong that can be referenced in a resource structure.
namespace: RageLib.Resources.Common
Inheritance Hierarchy
Syntax
public class ulong_r : ResourceSystemBlock
Constructors
:white_large_square: |
prototype |
description |
Properties
:white_large_square: |
name |
description |
property |
Length |
Gets the length of the ulong. |
property |
Value |
Gets or sets the ulong value. |
Methods
:white_large_square: |
prototype |
description |
method |
static operator ulong(ulong_r value) |
__ |
method |
static operator ulong_r(ulong 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
:white_large_square: |
name |
description |