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

Method isImporting

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

@return true if character is currently being read from file.

()

Source from the content-addressed store, hash-verified

5584 * @return true if character is currently being read from file.
5585 */
5586 public boolean isImporting()
5587 {
5588 return importing;
5589 }
5590
5591 public void giveClassesAway(final PCClass toClass, final PCClass fromClass, int iCount)
5592 {

Callers 15

dataAddedMethod · 0.95
dataRemovedMethod · 0.95
dataAddedMethod · 0.95
dataAddedMethod · 0.95
dataAddedMethod · 0.95
dataAddedMethod · 0.95
rollHPMethod · 0.95
dataAddedMethod · 0.95
dataAddedMethod · 0.95
dataAddedMethod · 0.95
selectMethod · 0.95
removeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected