From 61e9a3c8348507ac4be0c321240db86c98b16680 Mon Sep 17 00:00:00 2001 From: MooseBotter Date: Tue, 24 Mar 2026 09:16:17 +0000 Subject: [PATCH] Auto commit by GitHub Actions Workflow --- Documentation/Core.Fsm.html | 20 +- Documentation/Core.Set.html | 48 - Documentation/Core.Spawn.html | 208 ++-- Documentation/Core.SpawnStatic.html | 84 -- Documentation/Core.Spot.html | 33 - Documentation/Functional.AICSAR.html | 6 +- Documentation/Functional.ATC_Ground.html | 10 +- Documentation/Functional.Artillery.html | 8 - Documentation/Functional.Autolase.html | 33 - Documentation/Functional.Designate.html | 11 - Documentation/Functional.Detection.html | 39 +- Documentation/Functional.Mantis.html | 174 ++-- Documentation/Functional.Movement.html | 28 + Documentation/Functional.RAT.html | 6 + Documentation/Functional.Scoring.html | 4 +- Documentation/Functional.Suppression.html | 4 +- Documentation/Ops.Airboss.html | 84 +- Documentation/Ops.ArmyGroup.html | 6 - Documentation/Ops.Auftrag.html | 33 + Documentation/Ops.CSAR.html | 6 +- Documentation/Ops.CTLD.html | 153 +-- Documentation/Ops.FlightGroup.html | 246 ++--- Documentation/Ops.Intel.html | 1144 +++++++++++++++++++++ Documentation/Ops.NavyGroup.html | 6 - Documentation/Ops.OpsGroup.html | 41 +- Documentation/Ops.PlayerTask.html | 21 +- Documentation/Utilities.FiFo.html | 22 - Documentation/Wrapper.Marker.html | 132 +-- Documentation/Wrapper.Positionable.html | 44 - 29 files changed, 1742 insertions(+), 912 deletions(-) diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html index 5c035c055..483f1c2c4 100644 --- a/Documentation/Core.Fsm.html +++ b/Documentation/Core.Fsm.html @@ -1502,15 +1502,7 @@ because the goal of MOOSE is to simplify mission design complexity for m By efficiently utilizing the FSM class and derived classes, MOOSE allows mission designers to quickly build processes. Ready made FSM-based implementations classes exist within the MOOSE framework that can easily be re-used, and tailored by mission designers through the implementation of Transition Handlers. -Each of these FSM implementation classes start either with:

- - - -

Detailed explanations and API specifics are further below clarified and FSM derived class specifics are described in those class documentation sections.

+Detailed explanations and API specifics are further below clarified and FSM derived class specifics are described in those class documentation sections.

Disclaimer:

The FSM class development is based on a finite state machine implementation made by Conroy Kyle. @@ -1521,7 +1513,6 @@ Additionally, I've added extendability and created an API that allows seamless F

The following derived classes are available in the MOOSE framework, that implement a specialized form of a FSM: