Convert a game code from an integer representation to use as a string.
A string representation of the game code.
Convert a game code from a string representation to use as an integer.
A game code as a string.
An integer representation of the game code.
Convert a version 1 game code from an integer representation to use as a string.
A string representation of the game code.
Convert a version 1 game code from a string representation to use as an integer.
A version 1 game code as a string, i.e. a 4 letter code.
An integer representation of the game code.
Convert a version 2 game code from an integer representation to use as a string.
A string representation of the game code.
Convert a version 2 game code from a string representation to use as an integer.
A version 2 game code as a string, i.e. a 6 letter code.
An integer representation of the game code.
Generate a random version 1 game code.
An integer representation of the generated game code
Generate a random version 2 game code.
An integer representation of the generated game code
Generated using TypeDoc
Static utilities to use to generate game codes and convert between formats.