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

Method getGamePathString

src/main/Steam.java:83–89  ·  view source on GitHub ↗
(SourceGame game)

Source from the content-addressed store, hash-verified

81 }
82
83 public static String getGamePathString(SourceGame game) {
84 if (game == null) {
85 game = Periphery.CONFIG.getGames()
86 .get(0);
87 }
88 return game.getGamePath();
89 }
90
91 public static String getHammerPath(SourceGame game) {
92 return game.getGameHammerPath(Periphery.CONFIG);

Callers 1

handleGameSelectMethod · 0.95

Calls 3

getGamesMethod · 0.80
getGamePathMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected