102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
DTTR_PCDOGS_T_Math_RectI32 Struct Reference

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.

Detailed Description

This rect is an origin plus unsigned size.

Definition at line 2042 of file dttr_pcdogs.h.

Field Documentation

◆ height

uint32_t DTTR_PCDOGS_T_Math_RectI32::height

Offset 0xC.

Definition at line 2046 of file dttr_pcdogs.h.

◆ width

uint32_t DTTR_PCDOGS_T_Math_RectI32::width

Offset 0x8.

Definition at line 2045 of file dttr_pcdogs.h.

◆ x

int32_t DTTR_PCDOGS_T_Math_RectI32::x

Offset 0x0.

Definition at line 2043 of file dttr_pcdogs.h.

◆ y

int32_t DTTR_PCDOGS_T_Math_RectI32::y

Offset 0x4.

Definition at line 2044 of file dttr_pcdogs.h.


The documentation for this struct was generated from the following file: