dcsext.ui.Circle

Circle - draw a circle on the F10 map.

Contents

  1. Description
  2. See Also
  3. Metamethods
    1. circle:__init(point, scope)
    2. circle:__draw()

Description

The radius can be changed at any time through the radius property inherited from DrawObject.

See Also

Metamethods

circle:__init(point, scope)

Constructor.

Parameters

point
center of the circle.
scope
dcsext.enum.coalition, which coalition can see the circle

circle:__draw()

Draw the circle.