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

#include <dttr_mods.h>

Data Fields

DTTR_Mods_LogFn log
DTTR_Mods_LogIsEnabledFn log_is_enabled
DTTR_Mods_LogFn log_unchecked
uint32_t struct_size
uint32_t abi_version
uint32_t flags
DTTR_Mods_WriteExceptionReportFn write_exception_report

Detailed Description

Definition at line 54 of file dttr_mods.h.

Field Documentation

◆ abi_version

uint32_t DTTR_Mods_API::abi_version

Definition at line 59 of file dttr_mods.h.

Referenced by DTTR_Mods_GetWriteExceptionReportFn().

◆ flags

uint32_t DTTR_Mods_API::flags

Definition at line 60 of file dttr_mods.h.

◆ log

DTTR_Mods_LogFn DTTR_Mods_API::log

Definition at line 55 of file dttr_mods.h.

◆ log_is_enabled

DTTR_Mods_LogIsEnabledFn DTTR_Mods_API::log_is_enabled

Definition at line 56 of file dttr_mods.h.

◆ log_unchecked

DTTR_Mods_LogFn DTTR_Mods_API::log_unchecked

Definition at line 57 of file dttr_mods.h.

◆ struct_size

uint32_t DTTR_Mods_API::struct_size

Definition at line 58 of file dttr_mods.h.

Referenced by DTTR_Mods_GetWriteExceptionReportFn(), and kvec_t().

◆ write_exception_report

DTTR_Mods_WriteExceptionReportFn DTTR_Mods_API::write_exception_report

Definition at line 61 of file dttr_mods.h.

Referenced by DTTR_Mods_GetWriteExceptionReportFn().


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