Dgs-dxline

From Multi Theft Auto: Wiki
Revision as of 06:45, 21 March 2022 by Thisdp (talk | contribs) (Created page with "DGS Properties is always used to change the gui style and make it more fantastic. This page shows the properties of dgs-dxline that you could use. ==Main Functions== *dgsSetProperty *dgsGetProperty ==Properties== ===color=== The color which can be translated by tocolor of the default color of the line. If the color of item is not specified, this color will be used. <syntaxhighlight lang="lua">dgsSetProperty(line,"color",color)</syntaxhighlight> *''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

DGS Properties is always used to change the gui style and make it more fantastic.

This page shows the properties of dgs-dxline that you could use.

Main Functions

Properties

color

The color which can be translated by tocolor of the default color of the line. If the color of item is not specified, this color will be used.

dgsSetProperty(line,"color",color)
  • color: An integer of the color of the line.

lineWidth

An float of the default width of line. If the width of item is not specified, this width will be used.

dgsSetProperty(line,"lineWidth",lineWidth)
  • width: A float of the width.

See Also

General Properties

Unique Properties For DGS Core Elements

Extra Properties For DGS Plugins