GameID

constructor()

Initializes a new instance of the GameID class.


constructor(id: Long)

Initializes a new instance of the GameID class.

Parameters

id

The 64bit integer to assign this GameID from.


constructor(nAppId: Int)

Initializes a new instance of the GameID class.

Parameters

nAppId

The 32bit app id to assign this GameID from.


constructor(nAppId: Int, modPath: String)

Initializes a new instance of the GameID class.

Parameters

nAppId

The base app id of the mod.

modPath

The game folder name of the mod.


constructor(exePath: String, appName: String)

Initializes a new instance of the GameID class.

Parameters

exePath

The path to the executable, usually quoted.

appName

The name of the application shortcut.