Jump to content

MarkerDumpAirB

From CMM Wiki
Revision as of 10:11, 11 November 2025 by Ozdeadmeat (talk | contribs) (MarkerDumpAirB – created via PowerShell script (2025-11-11T21:11:53Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: