Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getBonusName
Method
getBonusName
code/src/java/pcgen/core/bonus/BonusObj.java:125–128 ·
view source on GitHub ↗
Get Bonus Name @return bonus name
()
Source
from the content-addressed store, hash-verified
123
* @
return
bonus name
124
*/
125
public
String getBonusName()
126
{
127
return
bonusName;
128
}
129
130
/**
131
* Get depends on given a key
Callers
9
appendTempBonuses
Method · 0.95
process
Method · 0.45
processBonus
Method · 0.45
getPartialStatBonusFor
Method · 0.45
getStringListFromBonus
Method · 0.45
bonusToThisSkill
Method · 0.45
getModifierExplanation
Method · 0.45
getSituationModifierExplanation
Method · 0.45
addItemCosts
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected