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

Method getSADesc

code/src/java/pcgen/core/SpecialAbility.java:75–78  ·  view source on GitHub ↗

Get the description of the Special Ability @return the description of the Special Ability

()

Source from the content-addressed store, hash-verified

73 * @return the description of the Special Ability
74 */
75 public String getSADesc()
76 {
77 return getPropDesc();
78 }
79
80 @Override
81 public int compareTo(final Object obj)

Callers 1

actMethod · 0.80

Calls 1

getPropDescMethod · 0.95

Tested by

no test coverage detected