* Gets the amount of flammable (how flammable this object is). * @return The amount of flammable. */
| 411 | * @return The amount of flammable. |
| 412 | */ |
| 413 | int MapData::getFlammable() const |
| 414 | { |
| 415 | return _flammable; |
| 416 | } |
| 417 | |
| 418 | /** |
| 419 | * Sets the amount of flammable (how flammable this object is). |
no outgoing calls
no test coverage detected