Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getAttackInfo
Method · 0.80
getSubToken
Method · 0.80
getRangedAttackString
Method · 0.80
getMeleeAttackString
Method · 0.80
getUnarmedAttackString
Method · 0.80
Calls
15
getMasterPC
Method · 0.95
baseAttackBonus
Method · 0.95
replaceMasterString
Method · 0.95
getVariableValue
Method · 0.95
getClassSet
Method · 0.95
getGameAsProperty
Method · 0.95
toString
Method · 0.95
getCachedString
Method · 0.80
getCopyMasterBAB
Method · 0.80
intValue
Method · 0.80
attackCycle
Method · 0.80
getBabAttCyc
Method · 0.80
Tested by
no test coverage detected