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

Method customPurchaseModeFilePath

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

Get custom purchase mode path @param usePath Should the game mode path be used @param gmName The name of the game mode to get the path for @return custom purchase mode file set path

(final boolean usePath, String gmName)

Source from the content-addressed store, hash-verified

153 * @return custom purchase mode file set path
154 */
155 public static String customPurchaseModeFilePath(final boolean usePath, String gmName)
156 {
157 return getCustomPath("PointBuyMethods", usePath, gmName);
158 }
159
160 /**
161 * Get customRaceFilePath

Callers 2

getPurchaseModeWriterMethod · 0.95
loadPointBuyFileMethod · 0.95

Calls 1

getCustomPathMethod · 0.95

Tested by

no test coverage detected