svgGetSize | Multi Theft Auto: Wiki Skip to content

svgGetSize

Client-side
Server-side
Shared
Needs checking

This function was partially migrated from the old wiki. Please review manually:

  • Missing section: Contents

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


Gets the underlying XML document from an SVG element.

Syntax

int,​ int svgGetSize ( svg svgElement )
Required Arguments
  • svgElement: The svg you want to get the size of.

Returns

  • int: value1
  • int: value2

See the example for svgSetSize .

Code Examples

Script Example Missing

Function svgGetSize needs a script example. Help out by writing one.

Contribution guidelines