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

Method setFileName

code/src/java/pcgen/core/PlayerCharacter.java:1248–1251  ·  view source on GitHub ↗

Sets the filename of the character. @param newFileName the name of the file this character will be saved in

(final String newFileName)

Source from the content-addressed store, hash-verified

1246 * @param newFileName the name of the file this character will be saved in
1247 */
1248 public void setFileName(final String newFileName)
1249 {
1250 setStringFor(PCStringKey.FILE_NAME, newFileName);
1251 }
1252
1253 /**
1254 * Gets the filename of the character.

Callers 3

testAddCompanionMethod · 0.95
openPcInternalMethod · 0.95
setMasterMethod · 0.45

Calls 1

setStringForMethod · 0.95

Tested by 1

testAddCompanionMethod · 0.76