SvgGetUpdateCallback

From Multi Theft Auto: Wiki
Revision as of 23:23, 8 April 2022 by LopSided (talk | contribs) (Add svgGetUpdateCallback page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gets the update callback of an svg element

Syntax

function svgGetUpdateCallback( svg svgElement )

Required Arguments

  • svgElement: The svg you want to get the callback function of.

Returns

  • Returns true if successful, false otherwise

Example

-- TODO

Requirements

Minimum server version n/a
Minimum client version 1.5.8-9.21155

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version client="1.5.8-9.21155" />

See Also