GetResourceGUIElement: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | |||
{{Client function}} | |||
This function gets the resource GUI element. | |||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua">element getResourceGUIElement()</syntaxhighlight> | <syntaxhighlight lang="lua">element getResourceGUIElement()</syntaxhighlight> | ||
===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== | |||
<section name="Client" class="client" show="true"> | |||
<syntaxhighlight lang="lua"> | |||
-- Add example | |||
</syntaxhighlight> | |||
</section> | |||
==See Also== | |||
{{Client_resource_functions}} | |||
[[Category:Needs Example]] |
Revision as of 12:31, 13 June 2009
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