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

Method customEquipmentFilePath

code/src/java/pcgen/core/CustomData.java:427–430  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

425 }
426
427 private static String customEquipmentFilePath()
428 {
429 return getCustomPath("Equipment", true);
430 }
431
432 private static void writeCustomBioSet()
433 {

Callers 3

writeCustomItemsMethod · 0.95

Calls 1

getCustomPathMethod · 0.95

Tested by

no test coverage detected