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

Method writeCustomFeats

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

Source from the content-addressed store, hash-verified

497 }
498
499 private static void writeCustomFeats()
500 {
501 File temp = new File(customFeatFilePath(true));
502 temp.delete();
503 }
504
505 private static void writeCustomHeader(final BufferedWriter bw) throws IOException
506 {

Callers 1

writeCustomFilesMethod · 0.95

Calls 1

customFeatFilePathMethod · 0.95

Tested by

no test coverage detected