PT-BR/SvgGetUpdateCallback: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page about the function for PT-BR)
 
No edit summary
Line 18: Line 18:
==Veja também==
==Veja também==
{{SVG_functions}}
{{SVG_functions}}
[[en:svgGetUpdateCallback]]

Revision as of 23:44, 8 April 2022

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