MCPcopy Create free account
hub / github.com/PCGen/pcgen / customRaceFilePath

Method customRaceFilePath

code/src/java/pcgen/core/CustomData.java:166–169  ·  view source on GitHub ↗

Get customRaceFilePath @param usePath @return customRaceFilePath

(final boolean usePath)

Source from the content-addressed store, hash-verified

164 * @return customRaceFilePath
165 */
166 public static String customRaceFilePath(final boolean usePath)
167 {
168 return getCustomPath("Races", usePath);
169 }
170
171 /**
172 * Get customSkillFilePath

Callers 2

writeCustomRacesMethod · 0.95

Calls 1

getCustomPathMethod · 0.95

Tested by

no test coverage detected