SvgGetUpdateCallback: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (Reverted edits by LopSided (talk) to last revision by LODS)
Tag: Rollback
mNo edit summary
Line 1: Line 1:
{{Client function}}
{{Client function}}
__NOTOC__
{{Disabled}}
{{Added feature/item|1.5.9|1.5.8|21155|Gets the update callback of an [[svg]] element}}
{{Added feature/item|1.5.9|1.5.8|21155|Gets the update callback of an [[svg]] element}}
==Syntax==  
==Syntax==  

Revision as of 19:51, 30 December 2022


Dialog-warning.png Function has been disabled.

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