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

Method getSerial

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

Returns the serial for the instance - every time something changes the serial is incremented. Use to detect change in PlayerCharacter. @return serial

()

Source from the content-addressed store, hash-verified

1011 * @return serial
1012 */
1013 public int getSerial()
1014 {
1015 return serial;
1016 }
1017
1018 /**
1019 * Get the list of equipment sets.

Callers 7

getSkillListMethod · 0.45
getExportCharacterMethod · 0.45
exportMethod · 0.45
getTokenForCategoryMethod · 0.45
getTokenForCategoryMethod · 0.45
getSkillListMethod · 0.45
getTokenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected