Files
lab1/processors/ripr_agents/aisc/aisc_passthru_processor.txt

32 lines
785 B
Plaintext
Raw Normal View History

2025-09-12 15:20:28 +08:00
# ****************************************************************************
# 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.
# ****************************************************************************
include_once ../common/common_platform_script.txt
processor AISC-thinker WSF_RIPR_PROCESSOR
job_pass_through #very important for this commander, it is a pass through
script_variables
end_script_variables
on_initialize
end_on_initialize
on_update
end_on_update
##deprecated
#query_bid
#end_query_bid
end_processor