Selector Sets the path to the portrait of the character. @param newPortraitPath the path to the portrait file
(final String newPortraitPath)
| 1735 | * @param newPortraitPath the path to the portrait file |
| 1736 | */ |
| 1737 | public void setPortraitPath(final String newPortraitPath) |
| 1738 | { |
| 1739 | setStringFor(PCStringKey.PORTRAIT_PATH, newPortraitPath); |
| 1740 | } |
| 1741 | |
| 1742 | /** |
| 1743 | * Set a new outline for the portrait thumbnail. |