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

Method getFileName

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

Gets the filename of the character. @return file name of character

()

Source from the content-addressed store, hash-verified

1256 * @return file name of character
1257 */
1258 public String getFileName()
1259 {
1260 return getSafeStringFor(PCStringKey.FILE_NAME);
1261 }
1262
1263 /**
1264 * Returns the followers associated with this character.

Callers 3

toStringMethod · 0.95
setMasterMethod · 0.95
getMasterPCMethod · 0.45

Calls 1

getSafeStringForMethod · 0.95

Tested by

no test coverage detected