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

Method getCustomEquipmentWriter

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

Source from the content-addressed store, hash-verified

372 }
373
374 private static BufferedWriter getCustomEquipmentWriter()
375 {
376 return getWriter(customEquipmentFilePath());
377 }
378
379 private static String getCustomPath(final String type, final boolean usePath, String gmName)
380 {

Callers 1

writeCustomItemsMethod · 0.95

Calls 2

getWriterMethod · 0.95

Tested by

no test coverage detected