parseNSUID(game
, region
): string
| null
Extracts NSUID information from the game object.
Parameters
• game: GameEU
| GameUS
| GameJP
The game object returned from one of the other methods.
• region: Region
Region code
Returns
string
| null
The 14-digits NSUID
Source
lib/other/parseNSUID.ts:11