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

Method getNameToken

code/src/java/pcgen/io/exporttoken/EqToken.java:881–884  ·  view source on GitHub ↗

Get Name Token @param eq @param pc @return Name Token

(Equipment eq, PlayerCharacter pc)

Source from the content-addressed store, hash-verified

879 * @return Name Token
880 */
881 public static String getNameToken(Equipment eq, PlayerCharacter pc)
882 {
883 return OutputNameFormatting.parseOutputName(eq, pc);
884 }
885
886 /**
887 * Get Note Token

Callers 1

getEqTokenMethod · 0.95

Calls 1

parseOutputNameMethod · 0.95

Tested by

no test coverage detected