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

Method writeCustomAbilities

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

Source from the content-addressed store, hash-verified

488 }
489
490 private static void writeCustomAbilities()
491 {
492 for (AbilityCategory ac : SettingsHandler.getGameAsProperty().get().getAllAbilityCategories())
493 {
494 writeCustomPObjects(customAbilityFilePath(true),
495 Globals.getContext().getReferenceContext().getManufacturerId(ac).getAllObjects().iterator());
496 }
497 }
498
499 private static void writeCustomFeats()
500 {

Callers 1

writeCustomFilesMethod · 0.95

Calls 10

getGameAsPropertyMethod · 0.95
writeCustomPObjectsMethod · 0.95
customAbilityFilePathMethod · 0.95
getContextMethod · 0.95
getMethod · 0.65
getAllObjectsMethod · 0.65
getReferenceContextMethod · 0.65
iteratorMethod · 0.45
getManufacturerIdMethod · 0.45

Tested by

no test coverage detected