mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
docs
This commit is contained in:
parent
3625ad37b4
commit
99b1532974
@ -1,5 +1,14 @@
|
|||||||
--- **AI** -- (R2.4) - Models the intelligent transportation of infantry and other cargo.
|
--- **AI** -- (R2.4) - Models the intelligent transportation of infantry and other cargo.
|
||||||
--
|
--
|
||||||
|
-- AI_CARGO_DISPATCHER is the **base class** for:
|
||||||
|
--
|
||||||
|
-- * @{AI.AI_Cargo_Dispatcher_APC#AI_CARGO_DISPATCHER_APC}
|
||||||
|
-- * @{AI.AI_Cargo_Dispatcher_Helicopter#AI_CARGO_DISPATCHER_HELICOPTER}
|
||||||
|
-- * @{AI.AI_Cargo_Dispatcher_Airplane#AI_CARGO_DISPATCHER_AIRPLANE}
|
||||||
|
--
|
||||||
|
-- These classes use the functionality of AI_CARGO_DISPATCHER.
|
||||||
|
-- Also, the methods contained in AI_CARGO_DISPATCHER are available for use in the three classes above.
|
||||||
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- ### Author: **FlightControl**
|
-- ### Author: **FlightControl**
|
||||||
@ -15,12 +24,6 @@
|
|||||||
|
|
||||||
--- A dynamic cargo handling capability for AI groups.
|
--- A dynamic cargo handling capability for AI groups.
|
||||||
--
|
--
|
||||||
-- AI_CARGO_DISPATCHER is the **base class** for:
|
|
||||||
--
|
|
||||||
-- * @{AI.AI_Cargo_Dispatcher_APC#AI_CARGO_DISPATCHER_APC}
|
|
||||||
-- * @{AI.AI_Cargo_Dispatcher_Helicopter#AI_CARGO_DISPATCHER_HELICOPTER}
|
|
||||||
-- * @{AI.AI_Cargo_Dispatcher_Airplane#AI_CARGO_DISPATCHER_AIRPLANE}
|
|
||||||
--
|
|
||||||
-- ---
|
-- ---
|
||||||
--
|
--
|
||||||
-- Carrier equipment can be mobilized to intelligently transport infantry and other cargo within the simulation.
|
-- Carrier equipment can be mobilized to intelligently transport infantry and other cargo within the simulation.
|
||||||
|
|||||||
@ -103,7 +103,7 @@
|
|||||||
-- ## 2.3) Enhance your mission scripts with **Tailored** Event Handling!
|
-- ## 2.3) Enhance your mission scripts with **Tailored** Event Handling!
|
||||||
--
|
--
|
||||||
-- Within your mission, you can capture these events when triggered, and tailor the events with your own code!
|
-- Within your mission, you can capture these events when triggered, and tailor the events with your own code!
|
||||||
-- Check out the @{AI.AI_Cargo_Dispatcher_APC#AI_CARGO_DISPATCHER} class at chapter 3 for details on the different event handlers that are available and how to use them.
|
-- Check out the @{AI.AI_Cargo_Dispatcher#AI_CARGO_DISPATCHER} class at chapter 3 for details on the different event handlers that are available and how to use them.
|
||||||
--
|
--
|
||||||
-- **There are a lot of templates available that allows you to quickly setup an event handler for a specific event type!**
|
-- **There are a lot of templates available that allows you to quickly setup an event handler for a specific event type!**
|
||||||
--
|
--
|
||||||
|
|||||||
@ -96,7 +96,7 @@
|
|||||||
-- ## 2.3) Enhance your mission scripts with **Tailored** Event Handling!
|
-- ## 2.3) Enhance your mission scripts with **Tailored** Event Handling!
|
||||||
--
|
--
|
||||||
-- Within your mission, you can capture these events when triggered, and tailor the events with your own code!
|
-- Within your mission, you can capture these events when triggered, and tailor the events with your own code!
|
||||||
-- Check out the @{AI.AI_Cargo_Dispatcher_AIRPLANE#AI_CARGO_DISPATCHER} class at chapter 3 for details on the different event handlers that are available and how to use them.
|
-- Check out the @{AI.AI_Cargo_Dispatcher#AI_CARGO_DISPATCHER} class at chapter 3 for details on the different event handlers that are available and how to use them.
|
||||||
--
|
--
|
||||||
-- **There are a lot of templates available that allows you to quickly setup an event handler for a specific event type!**
|
-- **There are a lot of templates available that allows you to quickly setup an event handler for a specific event type!**
|
||||||
--
|
--
|
||||||
|
|||||||
@ -100,7 +100,7 @@
|
|||||||
-- ## 2.3) Enhance your mission scripts with **Tailored** Event Handling!
|
-- ## 2.3) Enhance your mission scripts with **Tailored** Event Handling!
|
||||||
--
|
--
|
||||||
-- Within your mission, you can capture these events when triggered, and tailor the events with your own code!
|
-- Within your mission, you can capture these events when triggered, and tailor the events with your own code!
|
||||||
-- Check out the @{AI.AI_Cargo_Dispatcher_APC#AI_CARGO_DISPATCHER} class at chapter 3 for details on the different event handlers that are available and how to use them.
|
-- Check out the @{AI.AI_Cargo_Dispatcher#AI_CARGO_DISPATCHER} class at chapter 3 for details on the different event handlers that are available and how to use them.
|
||||||
--
|
--
|
||||||
-- **There are a lot of templates available that allows you to quickly setup an event handler for a specific event type!**
|
-- **There are a lot of templates available that allows you to quickly setup an event handler for a specific event type!**
|
||||||
--
|
--
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user