#include <prototype.h>
Public Member Functions | |
| Terrain () | |
Public Attributes | |
| bool | can_stay |
| Whether unit can stay on this terrain. | |
| bool | can_move |
| Whether unit can move on this terrain. | |
| float | speed |
| Move speed. [mapel / second]. | |
| float | rotation |
| Rotation speed. [degrees / second]. | |
| Prototype::Terrain::Terrain | ( | ) | [inline] |
Whether unit can stay on this terrain.
Whether unit can move on this terrain.
Move speed. [mapel / second].
Rotation speed. [degrees / second].
1.5.3