Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ toString
Method
toString
code/src/java/pcgen/core/bonus/BonusObj.java:341–345 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
339
}
340
341
@Override
342
public
String toString()
343
{
344
return
getPCCText();
345
}
346
347
protected
void
setBonusName(
final
String aName)
348
{
Callers
3
testSkillPrereq
Method · 0.95
applyBonusToCharacterEquipment
Method · 0.95
getBonusList
Method · 0.95
Calls
1
getPCCText
Method · 0.95
Tested by
1
testSkillPrereq
Method · 0.76