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

Method isGameInstalled

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

Source from the content-addressed store, hash-verified

76 }
77
78 public static boolean isGameInstalled(SourceGame game) {
79 File hammer = new File(getHammerPath(game));
80 return hammer.exists();
81 }
82
83 public static String getGamePathString(SourceGame game) {
84 if (game == null) {

Callers

nothing calls this directly

Calls 1

getHammerPathMethod · 0.95

Tested by

no test coverage detected