Shared Database services: Difference between revisions
No edit summary |
|||
Line 276: | Line 276: | ||
== QueryAccountEvent == | == QueryAccountEvent == | ||
Takes an input u32, a type-0x6 output buffer containing an array | Takes an input u32, a type-0x6 output buffer containing an array of [[#AccountEvent]], and returns an output u32 for actual total output entries. | ||
== QueryAccountPlayEvent == | == QueryAccountPlayEvent == | ||
Line 394: | Line 394: | ||
|- | |- | ||
| 0x0 || 0x38 || ? | | 0x0 || 0x38 || ? | ||
|} | |||
This is a 0x38-byte struct. | |||
= AccountEvent = | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 || 0x10 || userID | |||
|- | |||
| 0x10 || 0x28 || ? | |||
|} | |} | ||