◆ RefType
234 {
235 Address = 0,
237 }
VoidPtr Offset(VoidPtr baseAddr)
Definition: Common.cs:257
◆ ruint()
BrawlLib.SSBB.Types.ruint.ruint |
( |
RefType |
refType, |
|
|
byte |
dataType, |
|
|
int |
data |
|
) |
| |
|
inline |
250 {
255 }
byte _dataType
Definition: Common.cs:241
bushort _reserved
Definition: Common.cs:246
bint _dataOffset
Definition: Common.cs:247
byte _refType
Definition: Common.cs:239
◆ Offset()
◆ operator int()
static implicit BrawlLib.SSBB.Types.ruint.operator int |
( |
ruint |
r | ) |
|
|
inlinestatic |
268 {
269 return r._dataOffset;
270 }
◆ operator ruint() [1/2]
static implicit BrawlLib.SSBB.Types.ruint.operator ruint |
( |
int |
r | ) |
|
|
inlinestatic |
263 {
265 }
ruint(RefType refType, byte dataType, int data)
Definition: Common.cs:249
◆ operator ruint() [2/2]
static implicit BrawlLib.SSBB.Types.ruint.operator ruint |
( |
uint |
r | ) |
|
|
inlinestatic |
◆ operator uint()
static implicit BrawlLib.SSBB.Types.ruint.operator uint |
( |
ruint |
r | ) |
|
|
inlinestatic |
278 {
279 return (uint) r._dataOffset;
280 }
◆ _dataOffset
bint BrawlLib.SSBB.Types.ruint._dataOffset |
◆ _dataType
byte BrawlLib.SSBB.Types.ruint._dataType |
◆ _refType
byte BrawlLib.SSBB.Types.ruint._refType |
◆ _reserved
bushort BrawlLib.SSBB.Types.ruint._reserved |
The documentation for this struct was generated from the following file:
- BrawlLib/SSBB/Types/Common.cs