AMNet:GetTicketIdList: Difference between revisions
Jump to navigation
Jump to search
Steveice10 (talk | contribs) Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x081E0102] |- | 1 | Ticket ID Count |- | 2-3 | u64, Ticket Title ID |- | 4 | b..." |
TimmSkiller (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
|- | |- | ||
| 4 | | 4 | ||
| bool, | | bool, whether or not to verify the tickets as they're being read | ||
|- | |- | ||
| 5 | | 5 | ||
Line 39: | Line 39: | ||
| Number of Read Ticket IDs | | Number of Read Ticket IDs | ||
|} | |} | ||
Wraps [[AMPXI:GetTicketIdList]]. |
Latest revision as of 22:48, 8 June 2025
Request
Index Word | Description |
---|---|
0 | Header code [0x081E0102] |
1 | Ticket ID Count |
2-3 | u64, Ticket Title ID |
4 | bool, whether or not to verify the tickets as they're being read |
5 | ((Ticket ID Count * 8) << 4) | 0xC |
6 | Ticket IDs Output Pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Number of Read Ticket IDs |
Wraps AMPXI:GetTicketIdList.