GetLiquidByAirbase
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | getLiquidByAirbase | |
| Function Description: | This function will return the fuel type at an Airbase Warehouse | |
| File Location: | cmm.AirBaseFunctions.lua | |
| Syntax: | CMM.getLiquidByAirbase( table AB , number FuelType ) | |
| Return Value: | number | |
| Parameters: | Name | Description |
| AB | Airbase Object | |
| FuelType | FuelType ID | |
| Example: | CMM.getLiquidByAirbase("Kutasi",0) | |
| Example Description: | ||
| Related Functions: | ||
| Notes: | ||