* Sets the dead object ID. * @param value The dead object ID. */
| 362 | * @param value The dead object ID. |
| 363 | */ |
| 364 | void MapData::setDieMCD(int value) |
| 365 | { |
| 366 | _dieMCD = value; |
| 367 | } |
| 368 | |
| 369 | /** |
| 370 | * Gets the amount of light the object is emitting. |
no outgoing calls
no test coverage detected