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

Method getMaxChargesTokenInt

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

Get Max Charges Token as int @param eq @return Max Charges Token as int

(Equipment eq)

Source from the content-addressed store, hash-verified

841 * @return Max Charges Token as int
842 */
843 public static int getMaxChargesTokenInt(Equipment eq)
844 {
845 return eq.getMaxCharges();
846 }
847
848 /**
849 * Get Max DEX Token as int

Callers 1

getMaxChargesTokenMethod · 0.95

Calls 1

getMaxChargesMethod · 0.80

Tested by

no test coverage detected