Shared Database services: Difference between revisions
No edit summary |
No edit summary |
||
Line 279: | Line 279: | ||
== QueryAccountPlayEvent == | == QueryAccountPlayEvent == | ||
Takes an input u32, an input u128, a type-0x6 output buffer containing an array | Takes an input u32 entryoffset, an input u128 userID, a type-0x6 output buffer containing an array of [[#AccountPlayEvent]], and returns an output u32 for actual total output entries. | ||
== GetAvailableAccountPlayEventRange == | == GetAvailableAccountPlayEventRange == | ||
Line 411: | Line 411: | ||
This is a 0x38-byte struct. | This is a 0x38-byte struct. | ||
= AccountPlayEvent = | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 || 0x8 || titleID | |||
|- | |||
| 0x8 || 0x20 || ? | |||
|} | |||
This is a 0x28-byte struct. | |||
= ApplicationPlayStatistics = | = ApplicationPlayStatistics = |