CheckItemType
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | checkItemType | |
| Function Description: | This function will set an item type of a specified quantity to an Airbase Warehouse | |
| File Location: | cmm.AirBaseFunctions.lua | |
| Syntax: | CMM.checkItemType( string ItemType ) | |
| Return Value: | boolean | |
| Parameters: | Name | Description |
| ItemType | ItemType Name string to check | |
| Example: | CMM.checkItemType("weapons.missiles.AGM_114K") | |
| Example Description: | ||
| Related Functions: | ||
| Notes: | ||