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

Method setDefaultXPTableName

code/src/java/pcgen/core/GameMode.java:2026–2029  ·  view source on GitHub ↗

Sets the default experience table by name. @param xpTableName the new XP table name

(String xpTableName)

Source from the content-addressed store, hash-verified

2024 * @param xpTableName the new XP table name
2025 */
2026 public void setDefaultXPTableName(String xpTableName)
2027 {
2028 defaultXPTableName = xpTableName;
2029 }
2030
2031 /**
2032 * Gets a list of names of all defined XP tables.

Callers 7

setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
applyMethod · 0.95
onCopyMethod · 0.95
setGameMethod · 0.80

Calls

no outgoing calls

Tested by 4

setUpMethod · 0.76
setUpMethod · 0.76
setUpMethod · 0.76
setUpMethod · 0.76