GetResourceGUIElement

From Multi Theft Auto: Wiki
Revision as of 12:31, 13 June 2009 by Sebassje (talk | contribs)
Jump to navigation Jump to search

This function gets the resource GUI element.

Syntax

element getResourceGUIElement()

Returns

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

Example

Click to collapse [-]
Client
-- Add example

See Also