:orphan: .. **************************************************************************** .. CUI//REL TO USA ONLY .. .. 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. .. **************************************************************************** WsfUnclassBM ------------ .. class:: WsfUnclassBM **Navigation:** :doc:`script_types` **Derives From:** :class:`WsfBattleManager` :class:`WsfProcessor`, :class:`WsfPlatformPart`, :class:`WsfObject` Overview ======== **WsfUnclassBM** is the script interface for invoking methods on the HELIOS unclass battle manager base class. Methods ======= .. method:: void RunModel() Runs the model for the current update cycle. This generally means that the battle managers will run their threat to assignment loops possibly creating pending outgoing messages for a C\ :sup:`2` Dissemination processor to dispatch. .. method:: bool HasCommitAuthority() Returns true if the battle manager has been scripted with **commit_authority** on, otherwise false.