Difference between revisions of "DCS Class Spot"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
 
Line 30: Line 30:
  
 
}}
 
}}
 +
[[Category:Game Patch 1.2.6|Spot class]]

Latest revision as of 23:01, 17 March 2022

Scripting Root

Class Name: Spot Added with: 1.2.6
Extends: none
Inherits: none
Description: Represents a spot from laser or IR-pointer. Final class.
Member Functions: createLaser. createInfraRed, destroy, getCategory, getPoint, setPoint, getCode, setCode
Obtained Via: Static Functions Functions Events
createInfraRed
Enumerator Types: Spot.Category enum that stores spot categories.
Spot.Category = {
  INFRA_RED,
  LASER
}
Description Table Structure:
Notes: