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

Method getSizeAbb

code/src/java/pcgen/cdom/facet/model/SizeFacet.java:246–249  ·  view source on GitHub ↗

Returns the abbreviation of the SizeAdjustment active for the Player Character identified by the given CharID. @param id The CharID identifying the Player Character for which the abbreviation of the SizeAdjustment will be returned @return The abbreviation of the SizeAdjustment

(CharID id)

Source from the content-addressed store, hash-verified

244 * Character identified by the given CharID
245 */
246 public String getSizeAbb(CharID id)
247 {
248 return get(id).getKeyName();
249 }
250
251 /**
252 * Returns the type-safe SizeFacetInfo for this SizeFacet and the given

Callers 2

testGetAbbWithBonusMethod · 0.80

Calls 2

getMethod · 0.95
getKeyNameMethod · 0.65

Tested by 2

testGetAbbWithBonusMethod · 0.64