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

Method getDescription

code/src/java/pcgen/core/bonus/BonusObj.java:604–607  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

602 }
603
604 public String getDescription()
605 {
606 return getTypeOfBonus() + " " + getBonusInfo(); //$NON-NLS-1$
607 }
608
609 /**
610 * Identify if this bonus cannot have its target changed to upper case.

Callers

nothing calls this directly

Calls 2

getTypeOfBonusMethod · 0.95
getBonusInfoMethod · 0.95

Tested by

no test coverage detected