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