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

Method isDirty

code/src/java/pcgen/facade/core/CharacterFacade.java:752–752  ·  view source on GitHub ↗

@return true if the character has been changed and needs to be saved.

()

Source from the content-addressed store, hash-verified

750 * @return true if the character has been changed and needs to be saved.
751 */
752 boolean isDirty();
753
754 /**
755 * @return The kits that have been applied to the character

Callers 4

closeCharacterMethod · 0.65
closeAllCharactersMethod · 0.65
revertCharacterMethod · 0.65
isDirtyMethod · 0.65

Implementers 1

CharacterFacadeImplcode/src/java/pcgen/gui2/facade/Charac

Calls

no outgoing calls

Tested by

no test coverage detected