Dgs3DInterfaceSetSize: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Blanked the page)
(Undo revision 59840 by Thisdp (talk))
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:32, 14 October 2018

This function returns the width and height of 3D interface in the world.

Syntax

float, float dgs3DInterfaceGetSize ( element dgsElement )

Required Arguments

  • dgsElement: The DGS 3D interface of which you wish to retrieve the size.