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

Method getAcModToken

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

Get the AC Mod Token @param pc @param eq @return AC Mod Token

(PlayerCharacter pc, Equipment eq)

Source from the content-addressed store, hash-verified

399 * @return AC Mod Token
400 */
401 public static String getAcModToken(PlayerCharacter pc, Equipment eq)
402 {
403 return String.valueOf(getAcModTokenInt(pc, eq));
404 }
405
406 /**
407 * Get the AC Mod Token as an int

Callers 1

getEqTokenMethod · 0.95

Calls 2

getAcModTokenIntMethod · 0.95
valueOfMethod · 0.45

Tested by

no test coverage detected