mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge branch 'master' into develop
This commit is contained in:
commit
0eb9dfc7de
@ -82,7 +82,7 @@
|
|||||||
-- that will define when the AI will engage with the detected airborne enemy targets.
|
-- that will define when the AI will engage with the detected airborne enemy targets.
|
||||||
-- The range can be beyond or smaller than the range of the Patrol Zone.
|
-- The range can be beyond or smaller than the range of the Patrol Zone.
|
||||||
-- The range is applied at the position of the AI.
|
-- The range is applied at the position of the AI.
|
||||||
-- Use the method @{AI_Air_Patrol#AI_AIR_PATROL.SetEngageRange}() to define that range.
|
-- Use the method @{#AI_A2A_CAP.SetEngageRange}() to define that range.
|
||||||
--
|
--
|
||||||
-- ## 4. Set the Zone of Engagement
|
-- ## 4. Set the Zone of Engagement
|
||||||
--
|
--
|
||||||
|
|||||||
@ -44,7 +44,7 @@
|
|||||||
-- that will define when the AI will engage with the detected airborne enemy targets.
|
-- that will define when the AI will engage with the detected airborne enemy targets.
|
||||||
-- The range can be beyond or smaller than the range of the Patrol Zone.
|
-- The range can be beyond or smaller than the range of the Patrol Zone.
|
||||||
-- The range is applied at the position of the AI.
|
-- The range is applied at the position of the AI.
|
||||||
-- Use the method @{AI_Air_Patrol#AI_AIR_PATROL.SetEngageRange}() to define that range.
|
-- Use the method @{#AI_AIR_PATROL.SetEngageRange}() to define that range.
|
||||||
--
|
--
|
||||||
-- # Developer Note
|
-- # Developer Note
|
||||||
--
|
--
|
||||||
|
|||||||
@ -79,7 +79,7 @@
|
|||||||
-- that will define when the AI will engage with the detected airborne enemy targets.
|
-- that will define when the AI will engage with the detected airborne enemy targets.
|
||||||
-- The range can be beyond or smaller than the range of the Patrol Zone.
|
-- The range can be beyond or smaller than the range of the Patrol Zone.
|
||||||
-- The range is applied at the position of the AI.
|
-- The range is applied at the position of the AI.
|
||||||
-- Use the method @{AI.AI_CAP#AI_AIR_PATROL.SetEngageRange}() to define that range.
|
-- Use the method @{#AI_AIR_PATROL.SetEngageRange}() to define that range.
|
||||||
--
|
--
|
||||||
-- # Developer Note
|
-- # Developer Note
|
||||||
--
|
--
|
||||||
|
|||||||
@ -4,6 +4,7 @@
|
|||||||
cd /moose/
|
cd /moose/
|
||||||
mkdir -p build/tools
|
mkdir -p build/tools
|
||||||
mkdir -p build/doc
|
mkdir -p build/doc
|
||||||
|
rm -f build/doc/*
|
||||||
|
|
||||||
# Checkout luadocumentor
|
# Checkout luadocumentor
|
||||||
cd /moose/build/tools
|
cd /moose/build/tools
|
||||||
@ -18,7 +19,6 @@ lua luadocumentor.lua -d /moose/build/doc '/moose/Moose Development/Moose'
|
|||||||
|
|
||||||
# Copy generated files in the MOOSE_DOCS repo if it is already there
|
# Copy generated files in the MOOSE_DOCS repo if it is already there
|
||||||
if [ -d /moose/build/MOOSE_DOCS/Documentation ]; then
|
if [ -d /moose/build/MOOSE_DOCS/Documentation ]; then
|
||||||
rm -rf /moose/build/MOOSE_DOCS/Documentation
|
rm -f /moose/build/MOOSE_DOCS/Documentation/*
|
||||||
mkdir -p /moose/build/MOOSE_DOCS/Documentation
|
|
||||||
cp /moose/build/doc/* /moose/build/MOOSE_DOCS/Documentation/
|
cp /moose/build/doc/* /moose/build/MOOSE_DOCS/Documentation/
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user