: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. .. **************************************************************************** .. _Predefined_Cyber_Effect_Types: Predefined Cyber Effect Types ----------------------------- * :model:`WSF_CYBER_SCRIPT_EFFECT` - User defined script effects. * :model:`WSF_CYBER_SCRIPT_EFFECT_ENHANCED` - User defined script effects with user supplied parameter usage/passage. * :model:`WSF_CYBER_TOGGLE_SENSORS_EFFECT` - An effect that disables sensors. * :model:`WSF_CYBER_TOGGLE_WEAPONS_EFFECT` - An effect that disables weapons. * :model:`WSF_CYBER_TOGGLE_COMMS_EFFECT` - An effect that disables comms. * :model:`WSF_CYBER_TOGGLE_PROCESSORS_EFFECT` - An effect that disables processors. * :model:`WSF_CYBER_MAN_IN_THE_MIDDLE_EFFECT` - An effect that provides man-in-the-middle message manipulation effects. * :model:`WSF_CYBER_WEAPONS_RETARGET_EFFECT` - An effect that swaps the current target on a platform with one provided during the time of the attack. Typically intended for explicit weapon usage, but can apply to any platform. * :model:`WSF_CYBER_DETONATE_EFFECT` - An effect that detonates all weapons of a given name or type on victim platform. * :model:`WSF_CYBER_WEAPONS_UNTARGETED_EFFECT` - An effect that removes the current target on a platform. Typically intended for explicit weapon usage, but can apply to any platform. * :model:`WSF_CYBER_TRACK_MANAGER_EFFECT` - An effect that modifies victim track management via the victim's master track manager. * :model:`WSF_CYBER_TRACK_PROCESSOR_EFFECT` - An effect that modifies victim track management via the victim's track processor.