WsfWeaponTask

WsfWeaponTask inherits WsfTask

WsfWeaponTask is a WsfTask for firing a weapon.

Methods

WsfWeaponTask Create(string aTaskType, string aWeaponName)

Returns a new WsfWeaponTask with the given task type and weapon name.

int Quantity()

Returns the number of weapons to be fired.

void SetQuantity(int aQuantity)

Sets the number of weapons to be fired. To be used prior to WsfTaskManager::AssignTask.