|
group2 0.1.0
CSE 125 Group 2
|
Player grenade equipment state. More...
#include "ecs/components/GrenadeConfig.hpp"#include "ecs/components/WeaponConfig.hpp"#include <array>#include <cstddef>Go to the source code of this file.
Classes | |
| struct | GrenadeState |
Functions | |
| GrenadeState | makeDefaultGrenadeState () |
| int & | grenadeAmmo (GrenadeState &state, WeaponType type) |
| int | grenadeAmmo (const GrenadeState &state, WeaponType type) |
Variables | |
| const int | defaultGrenadeStartAmount = 2 |
Player grenade equipment state.
|
inline |
|
inline |
|
inline |
| const int defaultGrenadeStartAmount = 2 |