Index
Mission

GetMissionScanComplete

GetMissionScanComplete ->missionScanComplete

Description

Returns a boolean indicating if the initial mission scan has completed. The initial mission scan is the grid the sweeps on the map at mission start.

Examples

   if (GetMissionScanComplete)
      Print("Mission Scan Complete")
   endif

Index