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

Method setMaxClassSkillString

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

Sets the maximum number of ranks a character can have in a class skill when they are at the level that this LevelInfo object describes. @param arg The maximum number of ranks allowed for a 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

58 * in setLevelString.
59 */
60 public void setMaxClassSkillString(final String arg)
61 {
62 maxClassSkillString = arg;
63 }
64
65 /**
66 * Sets the maximum number of ranks a character can have in

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