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

Method customSkillFilePath

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

Get customSkillFilePath @param usePath @return customSkillFilePath

(final boolean usePath)

Source from the content-addressed store, hash-verified

175 * @return customSkillFilePath
176 */
177 public static String customSkillFilePath(final boolean usePath)
178 {
179 return getCustomPath("Skills", usePath);
180 }
181
182 /**
183 * Get customSpellFilePath

Callers 2

writeCustomSkillsMethod · 0.95

Calls 1

getCustomPathMethod · 0.95

Tested by

no test coverage detected