Jump to content

MarkerDumpAirB

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