* Sets the amount of flammable (how flammable this object is). * @param value The amount of flammable. */
| 420 | * @param value The amount of flammable. |
| 421 | */ |
| 422 | void MapData::setFlammable(int value) |
| 423 | { |
| 424 | _flammable = value; |
| 425 | } |
| 426 | |
| 427 | /** |
| 428 | * Gets the amount of fuel. |
no outgoing calls
no test coverage detected