Dgs3DInterfaceSetSize: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client function}} This function returns the width and height of 3D interface in the world. ==Syntax== <syntaxhighlight lang="lua"> float, float dgs3DInterfaceGe...")
 
(Blanked the page)
Line 1: Line 1:
__NOTOC__
{{Client function}}
This function returns the width and height of 3D interface in the world.


==Syntax==
<syntaxhighlight lang="lua">
float, float dgs3DInterfaceGetSize ( element dgsElement )
</syntaxhighlight>
===Required Arguments===
*'''dgsElement:''' The DGS 3D interface of which you wish to retrieve the size.

Revision as of 04:31, 14 October 2018