Merge remote-tracking branch 'origin/master-ng' into develop

# Conflicts:
#	Moose Development/Moose/Core/Event.lua
This commit is contained in:
Applevangelist
2026-02-06 17:29:44 +01:00
+5 -3
View File
@@ -1068,7 +1068,8 @@ end
do -- Event Creation
--- Creation of a New Cargo Event.
-- TODO Remove old Cargo event
--- Creation of a New Cargo Event.
-- @param #EVENT self
-- @param AI.AI_Cargo#AI_CARGO Cargo The Cargo created.
function EVENT:CreateEventNewCargo( Cargo )
@@ -1082,7 +1083,8 @@ do -- Event Creation
world.onEvent( Event )
end
-- TODO Remove old Cargo event
--- Creation of a Cargo Deletion Event.
-- @param #EVENT self
-- @param AI.AI_Cargo#AI_CARGO Cargo The Cargo created.
@@ -1097,7 +1099,7 @@ do -- Event Creation
world.onEvent( Event )
end
--- Creation of a New Zone Event.
-- @param #EVENT self
-- @param Core.Zone#ZONE_BASE Zone The Zone created.