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

Method modifiedName

code/src/java/pcgen/core/Equipment.java:3053–3056  ·  view source on GitHub ↗

Get the modified name e.g. "Natural/Primary" of this Equipment. Is mostly unset and (if set) is added to the display name when producing the long name @return the modified name

()

Source from the content-addressed store, hash-verified

3051 * @return the modified name
3052 */
3053 public String modifiedName()
3054 {
3055 return modifiedName;
3056 }
3057
3058 /**
3059 * Process and return a movement string

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected