DxGUI/dxCreateRootPane

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


This function allows creation of a root pane.Root pane contains the all elements.There can be only 1 root pane. (It called by script automatically.)

Syntax

dxRootPane dxCreateRootPane ()

Returns

Returns a dxCreateRootPane if it was successfully created which then can make childs, false otherwise.


See Also

Back to dxGUI page