ClearSortie
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | ClearSortie | |
| Function Description: | Clears sortie and award data for a specified airframe, either for a single player or all crew members in a multi-player airframe. | |
| File Location: | cmm.XpFunctions.lua | |
| Syntax: | CMM.ClearSortie( string or table Airframe ) | |
| Return Value: | ||
| Parameters: | Name | Description |
| Airframe | Either a string representing a zone or a table defining a polygon; used to identify the aircraft or airframe to clear data for. | |
| Example: | CMM.ClearSortie("Airframe1") | |
| Example Description: | Clears sortie and award data for the crew of the aircraft named "Airframe1". | |
| Related Functions: | ||
| Notes: | ||