SvgGetUpdateCallback: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Client function}} | {{Client function}} | ||
__NOTOC__ | __NOTOC__ | ||
{{Disabled}} | {{Disabled|See 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== |
Revision as of 19:52, 30 December 2022
Function has been disabled. | |
Reason/Note: See 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
Requirements
This template will be deleted.