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

Public Member Functions | |
| sWeaponParams (bool val=false) | |
Public Attributes | |
| bool | valid |
| true if structure is valid | |
| int | id |
| must be unique | |
| std::string | name |
| some cool name | |
| std::string | model |
| some cool model | |
| double | fire_rate |
| in ms | |
| int | projectile |
| id in mProjectiles | |
Definition at line 113 of file params.h.
|
|
Definition at line 115 of file params.h. References Params::sProjectileParams::valid. |
|
|
in ms
|
|
|
must be unique
|
|
|
some cool model
|
|
|
some cool name
|
|
|
id in mProjectiles
|
|
|
true if structure is valid
|
1.4.5