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)
| 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 |