:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WsfWeaponTask ------------- .. class:: WsfWeaponTask inherits WsfTask :class:`WsfWeaponTask` is a :class:`WsfTask` for firing a weapon. Methods ======= .. method:: WsfWeaponTask Create(string aTaskType, string aWeaponName) Returns a new :class:`WsfWeaponTask` with the given task type and weapon name. .. method:: int Quantity() Returns the number of weapons to be fired. .. method:: void SetQuantity(int aQuantity) Sets the number of weapons to be fired. To be used prior to :method:`WsfTaskManager::AssignTask `.