MCPcopy Index your code
hub / github.com/Garten/sourcecraft / getGameHammerPath

Method getGameHammerPath

src/periphery/SourceGame.java:73–78  ·  view source on GitHub ↗
(Config config)

Source from the content-addressed store, hash-verified

71 }
72
73 public String getGameHammerPath(Config config) {
74 String path = config.getSteamPath() + File.separator + Steam.STEAM_GAME_PATH() + File.separator + this.nameLong + File.separator + "bin"
75 + File.separator + "hammer.exe";
76 Loggger.log(path);
77 return path;
78 }
79
80 public SourceGame setLongName(String nameLong) {
81 this.nameLong = nameLong;

Callers 1

getHammerPathMethod · 0.80

Calls 3

STEAM_GAME_PATHMethod · 0.95
logMethod · 0.95
getSteamPathMethod · 0.45

Tested by

no test coverage detected