forked from Neodymium146/gta-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 17
RageLib.Resources.Common.byte_r
Jérémie N'gadi edited this page Aug 5, 2018
·
3 revisions
Represents a byte that can be referenced in a resource structure.
namespace: RageLib.Resources.Common
public class byte_r : ResourceSystemBlock| ⬜ | prototype | description |
|---|
| ⬜ | name | description |
|---|---|---|
| property | Length |
Gets the length of the byte. |
| property | Value |
Gets or sets the byte value. |
| ⬜ | prototype | description |
|---|---|---|
| method | static operator byte(byte_r value) |
__ |
| method | static operator byte_r(byte 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. |
| ⬜ | name | description |
|---|