|
WSF
|
#include <WsfWeapon.hpp>
Public Member Functions | |
| ActiveWeapon (size_t weaponPlatIndex, unsigned int serialNum) | |
Public Attributes | |
| size_t | mPlatformIndex |
| Platform index of the launched weapon platform. | |
| unsigned int | mSerialNumber |
| The serial number of the weapon engagement. | |
A list of active weapons fired
An entry is created in the WsfExplicitWeapon::AddWeaponToSimulation (from Fire()) An entry is removed in the WeaponTerminated() callback.
|
inline |
References mPlatformIndex, and mSerialNumber.
| size_t WsfWeapon::ActiveWeapon::mPlatformIndex |
Platform index of the launched weapon platform.
Referenced by ActiveWeapon().
| unsigned int WsfWeapon::ActiveWeapon::mSerialNumber |
The serial number of the weapon engagement.
Referenced by ActiveWeapon().