SvgGetUpdateCallback: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Fernando187 (talk | contribs) (Remove obsolete Requirements section) |
||
Line 14: | Line 14: | ||
==Example== | ==Example== | ||
-- TODO | -- TODO | ||
==See Also== | ==See Also== |
Latest revision as of 17:32, 7 November 2024
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