GetResourceGUIElement: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: This function doesn't exist, but will do at some point in the future :))
 
No edit summary
Line 1: Line 1:
This function doesn't exist, but will do at some point in the future :)
Returns the root GUI element that contains all the other GUI elements. This has the tag 'guiroot', and each resource has one of these.
 
==Syntax==
<syntaxhighlight lang="lua">element getResourceGUIElement()</syntaxhighlight>

Revision as of 02:21, 6 April 2008

Returns the root GUI element that contains all the other GUI elements. This has the tag 'guiroot', and each resource has one of these.

Syntax

element getResourceGUIElement()