PT-BR/SvgGetUpdateCallback: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Fernando187 (talk | contribs) (Remove obsolete Requirements section) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Client function}} | {{Client function}} | ||
__NOTOC__ | __NOTOC__ | ||
{{Disabled}} | {{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}} | {{Added feature/item|1.5.9|1.5.8|21155|Define o retorno de chamada de atualização de um elemento [[svg]] element}} | ||
==Sintaxe== | ==Sintaxe== | ||
Line 14: | Line 14: | ||
==Exemplo== | ==Exemplo== | ||
-- TODO | -- TODO | ||
==Veja também== | ==Veja também== |
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 |
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