Marks the character as being in the process of being loaded. This information is used to prevent the system from trying to calculate values on partial information or values that should be set from the saved character. TODO - This is pretty dangerous. @param newIsImporting true to
(final boolean newIsImporting)
| 1302 | * @param newIsImporting <tt>true</tt> to mark the character as being imported. |
| 1303 | */ |
| 1304 | public void setImporting(final boolean newIsImporting) |
| 1305 | { |
| 1306 | this.importing = newIsImporting; |
| 1307 | } |
| 1308 | |
| 1309 | /** |
| 1310 | * Gets the character's list of languages. |
no outgoing calls