From 29c0017e806668097eb505b42d8f8c96699bfaa5 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Thu, 6 Mar 2025 12:26:24 +0100 Subject: [PATCH] xx --- Moose Development/Moose/AI/AI_CAS.lua | 1 - Moose Development/Moose/Core/Fsm.lua | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Moose Development/Moose/AI/AI_CAS.lua b/Moose Development/Moose/AI/AI_CAS.lua index 7fb848d42..89b26b3fd 100644 --- a/Moose Development/Moose/AI/AI_CAS.lua +++ b/Moose Development/Moose/AI/AI_CAS.lua @@ -162,7 +162,6 @@ function AI_CAS_ZONE:New( PatrolZone, PatrolFloorAltitude, PatrolCeilingAltitude -- @param #string From The From State string. -- @param #string Event The Event string. -- @param #string To The To State string. - -- @return #boolean Return false to cancel Transition. --- OnAfter Transition Handler for Event Engage. diff --git a/Moose Development/Moose/Core/Fsm.lua b/Moose Development/Moose/Core/Fsm.lua index e3fbd4f6c..af2e971fe 100644 --- a/Moose Development/Moose/Core/Fsm.lua +++ b/Moose Development/Moose/Core/Fsm.lua @@ -948,7 +948,8 @@ do -- FSM end do -- FSM_CONTROLLABLE - + + --- -- @type FSM_CONTROLLABLE -- @field Wrapper.Controllable#CONTROLLABLE Controllable -- @extends Core.Fsm#FSM @@ -1081,7 +1082,8 @@ do -- FSM_CONTROLLABLE end do -- FSM_PROCESS - + + --- -- @type FSM_PROCESS -- @field Tasking.Task#TASK Task -- @extends Core.Fsm#FSM_CONTROLLABLE