|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| DTTR_PCDOGS_T_Script_CommandCallback | handlers [45] |
Script opcode dispatch table used by Script_OpRunWithActor to route native script opcodes.
Definition at line 3178 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Script_CommandCallback DTTR_PCDOGS_T_Script_OpcodeTable::handlers[45] |
Script opcode handler array. Entry 0 is null in the table; non-null entries use the Script_CommandCallback ABI. Offset 0x0.
Definition at line 3180 of file dttr_pcdogs.h.