Target

addEntityTarget

Elite.addEntityTarget(netIds, options)
  • netIds: number

  • options: table

    • icon: string

    • label: string

    • onSelect: function

    • groups: table

    • distance: number


addCircleZone

Elite.addCircleZone(circledata)
  • circledata: table

    • coords: vector3

    • options: table

      • icon: string

      • label: string

      • onSelect: function

      • groups: table

      • distance: number

    • distance?: number

    • debugPoly?: boolean


addBoxZone

Elite.addBoxZone(boxdata)
  • boxdata: table

    • name?: string

    • coords: vector3

    • heading: number

    • size: vector2

    • options: table

      • icon: string

      • label: string

      • onSelect: function

      • groups: table

      • distance: number

    • minZ?: number

    • maxZ?: number

    • debugPoly?: boolean

Last updated