PT-BR/XmlCreateChild: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 February 2022

  • curprev 04:2504:25, 20 February 2022LODS talk contribs 1,085 bytes +5 No edit summary
  • curprev 04:2404:24, 20 February 2022LODS talk contribs 1,080 bytes +2 No edit summary
  • curprev 04:1904:19, 20 February 2022LODS talk contribs 1,078 bytes +1,078 Created page with "__NOTOC__ {{BR/Funcao server}} Essa função cria um novo filho node usando um node XML. ==Sintaxe== <syntaxhighlight lang="lua">xmlnode xmlCreateChild ( xmlnode parentNode, string tagName )</syntaxhighlight> {{OOP||xmlnode:createChild}} ===Argumentos Necessários=== *'''parentNode:''' O xmlnode que você deseja criar um novo filho node. *'''tagName:''' O tipo do filho node que será criado. ===Retornos=== * Retorna o xmlnode criado se for bem sucedido, ''..."