: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. .. **************************************************************************** .. _script_interface: script_interface Configure the script interface ------------------------------------------------ The **script_interface** block is used to configure the scripting system. Multiple **script_interface** blocks may be provided. If the same subcommand is specified in multiple blocks then the last value given will be used. :: script_interface script_interface sub-commands end_script_interface Subcommands =========== debug ===== Tells the compiler to produce a source listing and any errors that may occur during compilation (by default debug output is turned off). no_debug ======== Tells the compiler not to produce the source and detailed error listing. The compiler will still display a simple message if an error occurs during compilation. script ====== Defines a script that is callable by all platforms in the simulation. See the next section on how to define a script.