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

Method getCurrencyDisplay

code/src/java/pcgen/core/GameMode.java:909–912  ·  view source on GitHub ↗

Currency abbreviation. @return currency unit abbreviation

()

Source from the content-addressed store, hash-verified

907 * @return currency unit abbreviation
908 */
909 public String getCurrencyDisplay()
910 {
911 return currencyUnitAbbrev;
912 }
913
914 /**
915 * Get Damage Resistance Text.

Callers 4

getEquipmentHtmlInfoMethod · 0.80
getHTMLInfoMethod · 0.80
installMethod · 0.80
getValueTokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected