dcsex.ui.DrawObject
Base class for a drawable object.
Contents
Description
This class must be inherited by a concrete class that needs to draw objects in DCS.
Metamethods
drawobject:__init(scope)
Parameters
- scope
drawobject:__draw()
Inheriting objects must override this method to draw the object.
Methods
drawobject:isDrawn()
drawobject:draw()
drawobject:remove()
drawobject:update(key, new, old)
Parameters
- key
- new
- old