32 lines
785 B
Plaintext
32 lines
785 B
Plaintext
|
|
# ****************************************************************************
|
||
|
|
# 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
|