ACTU:GetUuid
Jump to navigation
Jump to search
Request
| Index Word | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| 0 |
| ||||||||
| 1 | u8, Account slot | ||||||||
| 2 | u32, Unique ID (see description) |
Response
| Index Word | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| 0 |
| ||||||||
| 1 | Result code | ||||||||
| 2-5 | UUID |
Description
Returns the UUID of the specified account. See UUIDs.
If the given account slot is 0xFF, the ACT module returns a common regular UUID.
Otherwise, the following methods of account UUID retrieval can be used with this command.
| Value of "Unique ID" parameter | Description |
|---|---|
| -1 (0xFFFFFFFF) | Returns a regular UUID for the account. |
| -2 (0xFFFFFFFE) | Returns a title-specific UUID using the unique ID for the current (caller) process, based on the regular UUID of the account. |
| (all other values) | Returns a title-specific UUID using the given unique ID value, based on the regular UUID of the account. |