GenerateWeaponsList
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | GenerateWeaponsList | |
| Function Description: | ||
| File Location: | cmm.AirBaseFunctions.lua | |
| Syntax: | CMM.GenerateWeaponsList( table WHTable ) | |
| Return Value: | nil | |
| Parameters: | Name | Description |
| WHTable | A warehouse object that contains a weapon field holding the inventory of weapons. | |
| Example: | CMM.GenerateWeaponsList(warehouse) | |
| Example Description: | Creates a list of all weapons in the supplied warehouse and writes it to CMM.WEAPONSLIST.json. | |
| Related Functions: | ||
| Notes: | ||