|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
This rect is an origin plus unsigned size. More...
#include <dttr_pcdogs.h>
Data Fields | |
| int32_t | x |
| Offset 0x0. | |
| int32_t | y |
| Offset 0x4. | |
| uint32_t | width |
| Offset 0x8. | |
| uint32_t | height |
| Offset 0xC. | |
This rect is an origin plus unsigned size.
Definition at line 2042 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Math_RectI32::height |
Offset 0xC.
Definition at line 2046 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Math_RectI32::width |
Offset 0x8.
Definition at line 2045 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Math_RectI32::x |
Offset 0x0.
Definition at line 2043 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Math_RectI32::y |
Offset 0x4.
Definition at line 2044 of file dttr_pcdogs.h.