![]() |
naev 0.11.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 [PILOT_WEAPSET_MAX_LEVELS] |
| double | speed [PILOT_WEAPSET_MAX_LEVELS] |
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[PILOT_WEAPSET_MAX_LEVELS] |
| PilotWeaponSetOutfit* PilotWeaponSet::slots |
| double PilotWeaponSet::speed[PILOT_WEAPSET_MAX_LEVELS] |
| int PilotWeaponSet::volley |