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

Method setPCAttribute

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

Sets player character information @param attr which attribute to set @param value the value to set it to

(PCStringKey attr, String value)

Source from the content-addressed store, hash-verified

671 * @param value the value to set it to
672 */
673 public void setPCAttribute(PCStringKey attr, String value)
674 {
675 setStringFor(attr, value);
676 }
677
678 /**
679 * Set the current EquipSet that is used to Bonus/Equip calculations.

Callers 15

setUpMethod · 0.95
testBioExportMethod · 0.95
testCityMethod · 0.95
testAttMethod · 0.95
setUpMethod · 0.95
testTextFormattingMethod · 0.95
setTabNameMethod · 0.80
setPlayersNameMethod · 0.80
setNoteMethod · 0.80
setBiographyFieldMethod · 0.80
applyMethod · 0.80
parseBirthdayLineMethod · 0.80

Calls 1

setStringForMethod · 0.95

Tested by 6

setUpMethod · 0.76
testBioExportMethod · 0.76
testCityMethod · 0.76
testAttMethod · 0.76
setUpMethod · 0.76
testTextFormattingMethod · 0.76