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

Method setMaxCrossClassSkillString

code/src/java/pcgen/core/LevelInfo.java:73–76  ·  view source on GitHub ↗

Sets the maximum number of ranks a character can have in a cross-class skill when they are at the level that this LevelInfo object describes. @param arg The maximum number of ranks allowed for a cross-class skill should be a number or a formula based on variable defined in setLevelString.

(final String arg)

Source from the content-addressed store, hash-verified

71 * in setLevelString.
72 */
73 public void setMaxCrossClassSkillString(final String arg)
74 {
75 maxCrossClassSkillString = arg;
76 }
77
78 /**
79 * Sets the min number of experience points required to

Callers 6

setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
setGameSkillRankDataMethod · 0.95
setUpMethod · 0.95
parseMethod · 0.80

Calls

no outgoing calls

Tested by 5

setUpMethod · 0.76
setUpMethod · 0.76
setUpMethod · 0.76
setGameSkillRankDataMethod · 0.76
setUpMethod · 0.76