Jump to content

BankSortie

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