Jump to content

GetWarehouseByAirbase

From CMM Wiki
Revision as of 10:11, 11 November 2025 by Ozdeadmeat (talk | contribs) (GetWarehouseByAirbase – created via PowerShell script (2025-11-11T21:11:54Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: GetWarehouseByAirbase
Function Description:
File Location: cmm.AirBaseFunctions.lua
Syntax: CMM.GetWarehouseByAirbase( table or string AirB )
Return Value: table or nil
Parameters: Name Description
AirBAn Airbase object or the name of an airbase.
Example: CMM.GetWarehouseByAirbase(Airbase.getByName("Akrotiri"))
Example Description: Retrieves the full warehouse object of the given airbase and logs the action.
Related Functions:
Notes: