This commit is contained in:
Applevangelist 2023-02-04 17:20:05 +01:00
parent 7fec084227
commit 8a45f78251

View File

@ -1196,7 +1196,7 @@ CTLD.UnitTypes = {
--- CTLD class version. --- CTLD class version.
-- @field #string version -- @field #string version
CTLD.version="1.0.29" CTLD.version="1.0.30"
--- Instantiate a new CTLD. --- Instantiate a new CTLD.
-- @param #CTLD self -- @param #CTLD self
@ -1817,7 +1817,7 @@ function CTLD:PreloadTroops(Unit,Troopname)
return self return self
end end
--- (User) Pre-load crates into a helo. Do not use standalone! --- (Internal) Pre-load crates into a helo. Do not use standalone!
-- @param #CTLD self -- @param #CTLD self
-- @param Wrapper.Group#GROUP Group The group to load into, can be handed as Wrapper.Client#CLIENT object -- @param Wrapper.Group#GROUP Group The group to load into, can be handed as Wrapper.Client#CLIENT object
-- @param Wrapper.Unit#UNIT Unit The unit to load into, can be handed as Wrapper.Client#CLIENT object -- @param Wrapper.Unit#UNIT Unit The unit to load into, can be handed as Wrapper.Client#CLIENT object