Jump to content

RemoveLiquidByAirbase

From CMM Wiki
Return to CMM Command Reference
Environment: Mission Scripting
Function: removeLiquidByAirbase
Function Description: This function sets a fuel type at an Airbase Warehouse to a specified value
File Location: cmm.AirBaseFunctions.lua
Syntax: CMM.removeLiquidByAirbase( table AB , number FuelType , number Value )
Return Value: nil
Parameters: Name Description
ABAirbase Object or Airbase name string or AirbaseID #
FuelTypeFuelType ID
ValueValue of setItem
Example: CMM.removeLiquidByAirbase("Kutasi",0,50000)
Example Description:
Related Functions:
Notes: