SvgGetUpdateCallback

From Multi Theft Auto: Wiki
Revision as of 19:47, 30 December 2022 by Myonlake (talk | contribs) (Reverted edits by LopSided (talk) to last revision by LODS)
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

This template will be deleted.

See Also