: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. .. **************************************************************************** WSF_WEAPON_FUSE --------------- **Derives From:** :model:`WSF_SCRIPT_PROCESSOR` **Script Class:** :class:`WsfWeaponFuse` .. model:: processor WSF_WEAPON_FUSE .. parsed-literal:: processor :model:`WSF_WEAPON_FUSE` :ref:`Platform_Part_Commands` ... :command:`processor` Commands ... :model:`WSF_SCRIPT_PROCESSOR` Commands ... update_interval_ ... fine_update_interval_ ... time_of_flight_to_arm_ ... // `Detonation Based On Time, Altitude or Speed`_ maximum_time_of_flight_ ... detonate_below_height_agl_ ... detonate_below_height_msl_ ... detonate_above_height_agl_ ... detonate_above_height_msl_ ... detonate_below_speed_ ... detonate_below_mach_ ... detonate_on_mach_decreasing_to_ ... // `Detonation Based on Target Proximity`_ gross_proximity_range_ ... hit_proximity_range_ ... use_current_target_ do_not_use_current_target_ exclusive_target_name_ ... fuse_function_range_ ... coast_time_on_loss_of_target_ ... detonate_on_loss_of_target_ proximity_cancel_on_loss_of_target_ proximity_all_on_loss_of_target_ excluded_category_ ... air_to_ground_mode_ on_intercept_ ... // `Script Interface`_ :command:`on_initialize` ... end_on_initialize :command:`on_initialize2` ... end_on_initialize2 :command:`on_update` ... end_on_update :command:`_.script_commands.script_variables` ... end_script_variables :command:`_.script_commands.script` ... end_script .. Other Script Commands ... script void :command:`on_weapon_detonation() ` ...