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

Method getAttackString

code/src/java/pcgen/core/PlayerCharacter.java:2476–2479  ·  view source on GitHub ↗
(AttackType at)

Source from the content-addressed store, hash-verified

2474 }
2475
2476 public String getAttackString(AttackType at)
2477 {
2478 return getAttackString(at, 0);
2479 }
2480
2481 public String getAttackString(AttackType at, final int bonus)
2482 {

Callers 5

getAttackInfoMethod · 0.80
getSubTokenMethod · 0.80
getRangedAttackStringMethod · 0.80
getMeleeAttackStringMethod · 0.80

Calls 15

getMasterPCMethod · 0.95
baseAttackBonusMethod · 0.95
replaceMasterStringMethod · 0.95
getVariableValueMethod · 0.95
getClassSetMethod · 0.95
getGameAsPropertyMethod · 0.95
toStringMethod · 0.95
getCachedStringMethod · 0.80
getCopyMasterBABMethod · 0.80
intValueMethod · 0.80
attackCycleMethod · 0.80
getBabAttCycMethod · 0.80

Tested by

no test coverage detected