DCS func setLiquidAmount

From DCS World Wiki - Hoggitworld.com
Revision as of 18:10, 16 August 2023 by Grimes (talk | contribs) (Created page with "{{Template:dcs_funcs |fName= setLiquidAmount |vNum= 2.8.8 |par1= Warehouse |par2= |par3= |par4= |desc= Sets the passed amount of a liquid fuel...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Scripting Root

Envrioment: Mission Scripting
Function: setLiquidAmount Added with: 2.8.8
Member Of: Warehouse
Syntax: nothing Warehouse.setLiquidAmount(class self , number liquidType , number count )
Description: Sets the passed amount of a liquid fuel into the warehouse inventory
0    : jetfuel
1    : Aviation gasoline
2    : MW50
3    : Diesel


Return Value: nothing
Return Example:
Examples:
Related Functions: Warehouse Functions: addItem, getItemCount, setItem, removeItem, addLiquid, getLiquidAmount, setLiquidAmount, removeLiquid, getOwner, getInventory
Notes: