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

Method writeCustomSources

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

Source from the content-addressed store, hash-verified

564 }
565
566 private static void writeCustomSources()
567 {
568 for (Campaign c : Globals.getCampaignList())
569 {
570 if (!c.getSafe(StringKey.DESTINATION).isEmpty())
571 {
572 CampaignOutput.output(Globals.getContext(), c);
573 }
574 }
575 }
576
577 private static void writeCustomSpells()
578 {

Callers 1

writeCustomFilesMethod · 0.95

Calls 5

getCampaignListMethod · 0.95
outputMethod · 0.95
getContextMethod · 0.95
getSafeMethod · 0.80
isEmptyMethod · 0.65

Tested by

no test coverage detected