Difference between revisions of "AM:GetTicketLimitInfos"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00260044] |- | 1 | Ticket Count |- | 2 | ((Ticket Count * 8) << 4) <nowiki>|<...") |
TimmSkiller (talk | contribs) |
||
Line 36: | Line 36: | ||
| Result code | | Result code | ||
|} | |} | ||
+ | |||
+ | =Description= | ||
+ | Wraps [[AMPXI:GetTicketLimitInfos]]. |
Latest revision as of 16:11, 26 December 2021
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x00260044] |
1 | Ticket Count |
2 | ((Ticket Count * 8) << 4) | 0xA |
3 | Ticket IDs Input Pointer |
4 | ((Ticket Count * 0x10) << 4) | 0xC |
5 | Ticket Limit Infos Output Pointer |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
Wraps AMPXI:GetTicketLimitInfos.