Skip to content

Comments

Add ELauncherType#864

Merged
yaakov-h merged 1 commit intoSteamRE:masterfrom
xPaw:ELauncherType
Jun 19, 2020
Merged

Add ELauncherType#864
yaakov-h merged 1 commit intoSteamRE:masterfrom
xPaw:ELauncherType

Conversation

@xPaw
Copy link
Member

@xPaw xPaw commented Jun 18, 2020

export const enum ELauncherType
{
	k_ELauncherTypeDefault = 0,			// Traditional Steam launcher

	k_ELauncherTypePerfectWorld = 1,	// Perfect World launcher for Dota 2 (dota2launcher.exe)
	k_ELauncherTypeNexon = 2,			// Nexon launcher for Dota 2
	k_ELauncherTypeCmdLine = 3,			// Steam command line interface steamcmd.exe
	k_ELauncherTypeCSGO = 4,			// Perfect World launcher for CS:GO (csgolauncher.exe)
	k_ELauncherTypeClientUI = 5,		// client web ui launcher for steam (clientui.exe)
	k_ELauncherTypeHeadless = 6,		// Headless services for in-proc SteamWorks
	k_ELauncherTypeSteamChina = 7,		// SteamChina
	k_ELauncherTypeSingleApp = 8,		// SteamChina game govt review launcher, minimal UI to launch one app

	k_ELauncherTypeMax = 9,
}

@yaakov-h yaakov-h merged commit f610646 into SteamRE:master Jun 19, 2020
@xPaw xPaw deleted the ELauncherType branch June 19, 2020 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants