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

Method customAbilityFilePath

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

Get customAbilityFilePath @param usePath @return customAbilityFilePath

(final boolean usePath)

Source from the content-addressed store, hash-verified

119 * @return customAbilityFilePath
120 */
121 public static String customAbilityFilePath(final boolean usePath)
122 {
123 return getCustomPath("Abilities", usePath);
124 }
125
126 /**
127 * Get customFeatFilePath

Callers 2

writeCustomAbilitiesMethod · 0.95

Calls 1

getCustomPathMethod · 0.95

Tested by

no test coverage detected