PT-BR/SvgGetUpdateCallback
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
| 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