SvgGetUpdateCallback: Difference between revisions
Jump to navigation
Jump to search
(Blanked the page) Tags: Blanking Reverted |
Tag: Rollback |
||
Line 1: | Line 1: | ||
{{Client function}} | |||
{{Added feature/item|1.5.9|1.5.8|21155|Gets the update callback of an [[svg]] element}} | |||
==Syntax== | |||
<syntaxhighlight lang="lua">function svgGetUpdateCallback( svg svgElement )</syntaxhighlight> | |||
===Required Arguments=== | |||
*'''svgElement:''' The [[svg]] you want to get the callback function of. | |||
===Returns=== | |||
* Returns true if successful, false otherwise | |||
==Example== | |||
-- TODO | |||
==Requirements== | |||
{{Requirements|n/a|1.5.8-9.21155|}} | |||
==See Also== | |||
{{SVG_functions}} | |||
[[pt-br:SvgGetUpdateCallback]] |