MCPcopy Create free account
hub / github.com/Garten/sourcecraft / STEAM_GAME_PATH

Method STEAM_GAME_PATH

src/main/Steam.java:18–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 private static final String STEAM_NAME_UNIX = ".steam" + File.separator + "steam";
17
18 public static final String STEAM_GAME_PATH() {
19 if (Main.isUnix()) {
20 return "steamapps" + File.separator + "common";
21 }
22 return "SteamApps" + File.separator + "common";
23 };
24
25 public static final String STEAM_SDK_PATH = "sourcesdk_content";
26 public static final String STEAM_MAP_SRC_PATH = "mapsrc";

Callers 4

getGamePathMethod · 0.95
getGameHammerPathMethod · 0.95
getMatriealPathMethod · 0.95
isSteamPathMethod · 0.95

Calls 1

isUnixMethod · 0.95

Tested by

no test coverage detected