MarkerDumpWH
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | MarkerDumpWH | |
| Function Description: | ||
| File Location: | cmm.AirBaseFunctions.lua | |
| Syntax: | CMM.MarkerDumpWH( table EventData , number UnitID ) | |
| Return Value: | nil | |
| Parameters: | Name | Description |
| EventData | Event data from which the position is taken. | |
| UnitID | The unit ID to send a message to (used in multiplayer). | |
| Example: | CMM.MarkerDumpWH(EventData, 1) | |
| Example Description: | Dumps the warehouse data of the airbase nearest to the event position to a file and displays a message to the relevant unit. | |
| Related Functions: | ||
| Notes: | ||