AMNet:GetCurrentImportContentContextList: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Steveice10 (talk | contribs)
TimmSkiller (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
|-
|-
| 1
| 1
| Total contents
| Import Content Context Count
|-
|-
| 2
| 2
| (TotalContents<<5) <nowiki>|</nowiki> 12
| ((Import Content Context Count * 2) << 4) <nowiki>|</nowiki> 0xC
|-
|-
| 3
| 3
| Pointer to output u16 content index array
| Import Content Context Indices Output Pointer
|}
|}


Line 31: Line 31:
|-
|-
| 2
| 2
| Total content indexes
| Number of Read Import Content Context Indices
|}
|}
=Description=
Wraps [[AMPXI:GetCurrentImportContentContextList]].

Latest revision as of 21:34, 27 December 2021

Request

Index Word Description
0 Header code [0x08140042]
1 Import Content Context Count
2 ((Import Content Context Count * 2) << 4) | 0xC
3 Import Content Context Indices Output Pointer

Response

Index Word Description
0 Header code
1 Result code
2 Number of Read Import Content Context Indices

Description

Wraps AMPXI:GetCurrentImportContentContextList.