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

Method getIsTypeToken

code/src/java/pcgen/io/exporttoken/WeaponToken.java:652–655  ·  view source on GitHub ↗

Get the is type token @param eq @param type @return is type token

(Equipment eq, String type)

Source from the content-addressed store, hash-verified

650 * @return is type token
651 */
652 private static String getIsTypeToken(Equipment eq, String type)
653 {
654 return isTypeToken(eq, type) ? "TRUE" : "FALSE";
655 }
656
657 /**
658 * Get the istype token

Callers 1

getWeaponTokenMethod · 0.95

Calls 1

isTypeTokenMethod · 0.95

Tested by

no test coverage detected