GetResourceGUIElement: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
==Syntax==
==Syntax==
<syntaxhighlight lang="lua">element getResourceGUIElement()</syntaxhighlight>
<syntaxhighlight lang="lua">element getResourceGUIElement()</syntaxhighlight>
[[Category:Incomplete]] [[Category:Needs Example]]

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()