#include <terraintype.h>
Inheritance diagram for TerrainType::MoveMalus:

Public Member Functions | |
| MoveMalus () | |
| void | read (tnstream &stream, int defaultValue, int moveMalusCount=-1) |
| void | write (tnstream &stream) const |
Definition at line 86 of file terraintype.h.
| TerrainType::MoveMalus::MoveMalus | ( | ) |
| void TerrainType::MoveMalus::read | ( | tnstream & | stream, | |
| int | defaultValue, | |||
| int | moveMalusCount = -1 | |||
| ) |
Definition at line 173 of file terraintype.cpp.
References tnstream::readChar(), and tnstream::readInt().
Referenced by TerrainType::Weather::read(), and ObjectType::read().
| void TerrainType::MoveMalus::write | ( | tnstream & | stream | ) | const |
Definition at line 208 of file terraintype.cpp.
References tnstream::writeInt().
Referenced by TerrainType::Weather::write(), and ObjectType::write().
1.5.1