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

Method getLevelString

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

Gets the levelString that this LevelInfo object describes. @return level string

()

Source from the content-addressed store, hash-verified

45 * @return level string
46 */
47 public String getLevelString()
48 {
49 return levelString;
50 }
51
52 /**
53 * Sets the maximum number of ranks a character can have in

Callers 4

parseLineMethod · 0.95
addLevelInfoMethod · 0.80
validateSequenceMethod · 0.80
validateLevelInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected