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

Method setImporting

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

Marks the character as being in the process of being loaded. This information is used to prevent the system from trying to calculate values on partial information or values that should be set from the saved character. TODO - This is pretty dangerous. @param newIsImporting true to

(final boolean newIsImporting)

Source from the content-addressed store, hash-verified

1302 * @param newIsImporting <tt>true</tt> to mark the character as being imported.
1303 */
1304 public void setImporting(final boolean newIsImporting)
1305 {
1306 this.importing = newIsImporting;
1307 }
1308
1309 /**
1310 * Gets the character's list of languages.

Callers 5

testApplyMethod · 0.80
updatePCSkillsMethod · 0.80
parseCachedLinesMethod · 0.80
readMethod · 0.80

Calls

no outgoing calls

Tested by 1