@return the directory for output sheets for the current game mode
(String type)
| 2226 | * @return the directory for output sheets for the current game mode |
| 2227 | */ |
| 2228 | public String getOutputSheetDefault(String type) |
| 2229 | { |
| 2230 | return outputSheetDefaultMap.get(type); |
| 2231 | } |
| 2232 | |
| 2233 | /** |
| 2234 | * Register an icon to be used for equipment of the listed type. |