DgsCreateTabPanel: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "This function allows creation of a DGS Tab Panel. ==Syntax== <syntaxhighlight lang="lua"> element dgsDxCreateTabPanel( float x, float y, float width, float height, bool rela...")
(No difference)

Revision as of 13:40, 12 August 2017

This function allows creation of a DGS Tab Panel.

Syntax

element dgsDxCreateTabPanel( float x, float y, float width, float height, bool relative, [ element parent = nil, element tabheight = 20, defbgcolor = )]