Jump to content

BankSortie

From CMM Wiki
Return to CMM Command Reference
Environment: Mission Scripting
Function: BankSortie
Function Description: Processes sortie banking when an aircraft lands, using a table to store unit ID, aircraft type, and counter value to determine if sortie points should be awarded and logged.
File Location: cmm.XpFunctions.lua
Syntax: CMM.BankSortie( table argTable )
Return Value: nil
Parameters: Name Description
argTable{UCID <string>, Aircraft <string>, _IsCarrier <boolean>} – table containing unit ID, aircraft type, and _IsCarrier is if the landing place is a carrier or not, no velocity check is done for carriers
Example: CMM.BankSortie{"UCID", "F-16", 1}
Example Description: Not typically executed outside of a land event.
Related Functions:
Notes: