#include <nw/snd/snd_SoundArchive.h> static ItemId GetPlayerIdFromIndex( u32 index );
| Name | Description | |
|---|---|---|
| in | index |
The player serial number. |
Converts the player serial number to a player ID.
If index returns a value equal to or greater than 0 and less than GetPlayerCount, all player IDs can be obtained.
Take care on the application side when using obtained values, as no value range check is made for the maximum value.
CONFIDENTIAL