Difference between revisions of "DCS Class Spot"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
(No difference)

Revision as of 00:12, 12 April 2018

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: