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

Method getHammerPath

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

Source from the content-addressed store, hash-verified

89 }
90
91 public static String getHammerPath(SourceGame game) {
92 return game.getGameHammerPath(Periphery.CONFIG);
93 }
94
95 public static final String TEXTURES_NOT_OK = "";
96 public static final String TEXTURES_OK = "Textures are in the right folder.";

Callers 2

initResultMethod · 0.95
isGameInstalledMethod · 0.95

Calls 1

getGameHammerPathMethod · 0.80

Tested by

no test coverage detected