DCS func getOwner

From DCS World Wiki - Hoggitworld.com
Revision as of 18:16, 16 August 2023 by Grimes (talk | contribs) (Created page with "{{Template:dcs_funcs |fName= getOwner |vNum= 2.8.8 |par1= Warehouse |par2= |par3= |par4= |desc= Returns the airbase object associated with the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Scripting Root

Envrioment: Mission Scripting
Function: getOwner Added with: 2.8.8
Member Of: Warehouse
Syntax: Airbase Warehouse.getOwner(Class self )
Description: Returns the airbase object associated with the warehouse object


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