Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ELauncherType #864

Merged
merged 1 commit into from
Jun 19, 2020
Merged

Add ELauncherType #864

merged 1 commit into from
Jun 19, 2020

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