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

Method setRegion

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

Set the character's region. @param r the character's region

(Region r)

Source from the content-addressed store, hash-verified

1765 * @param r the character's region
1766 */
1767 public void setRegion(Region r)
1768 {
1769 regionFacet.setRegion(id, r);
1770 }
1771
1772 /**
1773 * Set the location of the HTML sheet for this character.

Callers 6

testMatchesRegionMethod · 0.45
testCopyContentsMethod · 0.45
parseRegionLineMethod · 0.45
setBoilerplateMethod · 0.45

Calls

no outgoing calls

Tested by 5

testMatchesRegionMethod · 0.36
testCopyContentsMethod · 0.36
setBoilerplateMethod · 0.36