SvgGetUpdateCallback: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
(Remove obsolete Requirements section)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Client function}}
{{Client function}}
__NOTOC__
{{Disabled|This function actually never existed, but if it ever will, for more info: https://github.com/multitheftauto/mtasa-blue/pull/2595}}
{{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==  
Line 12: Line 14:
==Example==
==Example==
-- TODO
-- TODO
==Requirements==
{{Requirements|n/a|1.5.8-9.21155|}}


==See Also==
==See Also==

Latest revision as of 17:32, 7 November 2024


Dialog-warning.png Function has been disabled.

Reason/Note: This function actually never existed, but if it ever will, for more info: https://github.com/multitheftauto/mtasa-blue/pull/2595

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

See Also