![]() |
naev 0.12.5
|
A weapon set represents a set of weapons that have an action. More...
#include <pilot.h>

Data Fields | |
| WeaponSetType | type |
| int | active |
| PilotWeaponSetOutfit * | slots |
| int | inrange |
| int | manual |
| int | volley |
| double | range_min |
| double | range |
| double | speed |
A weapon set represents a set of weapons that have an action.
By default a weapon set indicates what weapons are enabled at a given time. However they can also be used to launch weapons.
| int PilotWeaponSet::active |
| int PilotWeaponSet::inrange |
| int PilotWeaponSet::manual |
| double PilotWeaponSet::range |
| double PilotWeaponSet::range_min |
| PilotWeaponSetOutfit* PilotWeaponSet::slots |
| double PilotWeaponSet::speed |
| int PilotWeaponSet::volley |