From a4c81736aa4c6e7c861b6e48c3bb66a7746505c2 Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 20 Aug 2023 11:57:37 +0200 Subject: [PATCH] Update DCS.lua --- Moose Development/Moose/DCS.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Moose Development/Moose/DCS.lua b/Moose Development/Moose/DCS.lua index 8a76a867d..405c5da76 100644 --- a/Moose Development/Moose/DCS.lua +++ b/Moose Development/Moose/DCS.lua @@ -833,6 +833,12 @@ do -- Warehouse -- The warehouse class gives control over warehouses that exist in airbase objects. These warehouses can limit the aircraft, munitions, and fuel available to coalition aircraft. -- @type Warehouse + + --- Get a warehouse by passing its name. + -- @function [parent=#Warehouse] getByName + -- @param #string Name Name of the warehouse. + -- @return #Warehouse The warehouse object. + --- Adds the passed amount of a given item to the warehouse. -- itemName is the typeName associated with the item: "weapons.missiles.AIM_54C_Mk47" -- A wsType table can also be used, however the last digit with wsTypes has been known to change. {4, 4, 7, 322}