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

# Conflicts:
#	Moose Development/Moose/Core/SpawnStatic.lua
This commit is contained in:
Applevangelist 2024-03-02 14:26:58 +01:00
commit 43bc4ba681
2 changed files with 128 additions and 129 deletions

View File

@ -15,7 +15,7 @@
-- --
-- # Demo Missions -- # Demo Missions
-- --
-- ## [SPAWNSTATIC Demo Missions](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/Core/SpawnStatic) -- ## [SPAWNSTATIC Demo Missions](https://github.com/FlightControl-Master/MOOSE_Demos/tree/master/Core/SpawnStatic)
-- --
-- --
-- === -- ===
@ -34,8 +34,7 @@
-- @module Core.SpawnStatic -- @module Core.SpawnStatic
-- @image Core_Spawnstatic.JPG -- @image Core_Spawnstatic.JPG
--- --- @type SPAWNSTATIC
-- @type SPAWNSTATIC
-- @field #string SpawnTemplatePrefix Name of the template group. -- @field #string SpawnTemplatePrefix Name of the template group.
-- @field #number CountryID Country ID. -- @field #number CountryID Country ID.
-- @field #number CoalitionID Coalition ID. -- @field #number CoalitionID Coalition ID.

View File

@ -8,7 +8,7 @@
-- --
-- ## Example Missions: -- ## Example Missions:
-- --
-- Demo missions can be found on [github](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/develop/Wrapper/Storage). -- Demo missions can be found on [github](https://github.com/FlightControl-Master/MOOSE_Demos/tree/master/Wrapper/Storage).
-- --
-- === -- ===
-- --