Gets the filename of the character. @return file name of character
()
| 1256 | * @return file name of character |
| 1257 | */ |
| 1258 | public String getFileName() |
| 1259 | { |
| 1260 | return getSafeStringFor(PCStringKey.FILE_NAME); |
| 1261 | } |
| 1262 | |
| 1263 | /** |
| 1264 | * Returns the followers associated with this character. |
no test coverage detected