guiMoveToBack | Multi Theft Auto: Wiki Skip to content

guiMoveToBack

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


This function moves a GUI element to the very back of all other GUI elements.

Syntax

guiMoveToBack ( )

Code Examples

client

This example creates a gui window and moves it to the back

local window = guiCreateWindow ( 0.4, 0.4, 0.3, 0.3, "My dummy window", true )
guiMoveToBack( window )

See Also

GUI Functions