#include <params.h>
Collaboration diagram for Params::sTankParams:

Public Member Functions | |
| sTankParams (bool val=false) | |
Public Attributes | |
| bool | valid |
| true if structure is valid | |
| int | id |
| must be unique | |
| std::string | name |
| some nice fantasy name to display | |
| double | max_speed |
| in m/s | |
| int | engine_power |
| in watt | |
| int | hp |
| 1 HP == HP of one human | |
| int | armor |
| in percents | |
| int | turning |
| ability to turn - in degrees per second | |
| double | weight |
| int kg. Double because of weight of projectiles | |
| std::string | model |
| (file) (collision model will be generated on the fly) | |
Definition at line 34 of file params.h.
|
|
Definition at line 36 of file params.h. References valid. |
|
|
in percents
Definition at line 44 of file params.h. Referenced by Tank::initByID(). |
|
|
in watt
Definition at line 42 of file params.h. Referenced by Tank::initByID(). |
|
|
1 HP == HP of one human
Definition at line 43 of file params.h. Referenced by Tank::initByID(). |
|
|
must be unique
Definition at line 39 of file params.h. Referenced by Tank::initByID(). |
|
|
in m/s
Definition at line 41 of file params.h. Referenced by Tank::initByID(). |
|
|
(file) (collision model will be generated on the fly)
|
|
|
some nice fantasy name to display
|
|
|
ability to turn - in degrees per second
Definition at line 45 of file params.h. Referenced by Tank::initByID(). |
|
|
true if structure is valid
Definition at line 37 of file params.h. Referenced by sTankParams(). |
|
|
int kg. Double because of weight of projectiles
Definition at line 46 of file params.h. Referenced by Tank::initByID(). |
1.4.5