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

Method setLevelString

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

Sets the levelString that this LevelInfo object describes. @param arg The level to be set (should be a number or variable)

(final String arg)

Source from the content-addressed store, hash-verified

36 * @param arg The level to be set (should be a number or variable)
37 */
38 public void setLevelString(final String arg)
39 {
40 levelString = arg;
41 }
42
43 /**
44 * Gets the levelString that this LevelInfo object describes.

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