PT-BR/SvgGetUpdateCallback: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Blanked the page)
Tags: Blanking Reverted
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{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|Define o retorno de chamada de atualização de um elemento [[svg]] element}}
==Sintaxe==
<syntaxhighlight lang="lua">function svgGetUpdateCallback( svg svgElement )</syntaxhighlight>


===Argumentos obrigatórios===
*'''svgElement:''' O [[svg]] que você deseja obter a função de retorno de chamada.
===Retornos===
* Returna true se for bem sucedido, false caso contrário
==Exemplo==
-- TODO
==Requirementos==
{{Requirements|n/a|1.5.8-9.21155|}}
==Veja também==
{{SVG_functions}}
[[en:svgGetUpdateCallback]]

Latest revision as of 19:56, 30 December 2022


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

Define o retorno de chamada de atualização de um elemento svg element

Sintaxe

function svgGetUpdateCallback( svg svgElement )

Argumentos obrigatórios

  • svgElement: O svg que você deseja obter a função de retorno de chamada.

Retornos

  • Returna true se for bem sucedido, false caso contrário

Exemplo

-- TODO

Requirementos

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" />

Veja também