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...")
(No difference)

Revision as of 04:31, 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.