* Returns the craft's unique ID. Each craft * can be identified by its type and ID. * @return Unique ID. */
| 282 | * @return Unique ID. |
| 283 | */ |
| 284 | int Craft::getId() const |
| 285 | { |
| 286 | return _id; |
| 287 | } |
| 288 | |
| 289 | /** |
| 290 | * Returns the craft's unique identifying name. |