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

Method save

code/src/java/pcgen/core/Equipment.java:3634–3640  ·  view source on GitHub ↗
(final BufferedWriter output)

Source from the content-addressed store, hash-verified

3632 }
3633
3634 boolean save(final BufferedWriter output)
3635 {
3636 FileAccess.write(output, "BASEITEM:" + formatSaveLine('\t', ':'));
3637 FileAccess.newLine(output);
3638
3639 return true;
3640 }
3641
3642 /**
3643 * Sets the base attribute of the Equipment object

Callers 1

writeCustomItemsMethod · 0.45

Calls 3

writeMethod · 0.95
formatSaveLineMethod · 0.95
newLineMethod · 0.95

Tested by

no test coverage detected