What is the translation of " LUA FUNCTION " in Portuguese?

Examples of using Lua function in English and their translations into Portuguese

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Official/political category close
Only Lua functions have environments.
Somente funções Lua possuem ambientes.
Improved support for folding Lua functions.
Melhor suporte para dobrar funções Lua.
To set the environment of a Lua function, use the variable_ENV or the function load.
Para estabelecer o ambiente de uma função Lua, use a variável_ENV ou a função load.
They must be called through Lua, like a Lua function.
Elas devem ser chamadas através de Lua, como uma função Lua.
Function must be a Lua function without upvalues.
Function deve ser uma função Lua sem upvalues.
This event only happens while Lua is executing a Lua function.
Este evento somente acontece quando Lua está executando uma função Lua.
Nested Lua functions are created sharing the environment of the creating Lua function.
Funções Lua aninhadas são criadas compartilhando o ambiente da função Lua que as criou.
To get the environment table of a Lua function, you call getfenv.
Para obter a tabela de ambiente de uma função Lua, você deve chamar getfenv.
F can be a Lua function or a number that specifies the function at that stack level.
F pode ser uma função Lua ou um número que especifica a função naquele nível de pilha.
If there are no errors,lua_load pushes the compiled chunk as a Lua function on top of the stack.
Se não há erros,lua_load coloca o trecho compilado como uma função Lua no topo da pilha.
Like a Lua function, a C function called by Lua can also return many results.
Como uma função Lua, uma função C chamada por Lua também pode retornar muitos resultados.
They are used as the default environment for nested Lua functions created by the function..
Eles são usados como o ambiente padrão para outras funções Lua criadas pela função..
Non-nested Lua functions(created by loadfile, loadstring or load) are created sharing the environment of the creating thread.
Funções Lua não aninhadas(criadas por loadfile, loadstring ou load) são criadas compartilhando o ambiente da thread que as criou.
You can change the environment of a Lua function or the running thread by calling setfenv.
É possível mudar o ambiente de uma função Lua ou do fluxo de execução que está sendo executado atualmente chamando setfenv.
For Lua functions, upvalues are the external local variables that the function uses, and that are consequently included in its closure.
Para funções Lua, upvalues são as variáveis locais externas que a função usa, e que são consequentemente incluídas em seu fecho.
The semantics of these operations is better explained by a Lua function describing how the interpreter executes the operation.
A semântica dessas operações é melhor explicada por uma função Lua descrevendo como o interpretador executa a operação.
Receives a Lua function on the top of the stack and produces a binary chunk that, if loaded again, results in a function equivalent to the one dumped.
Recebe uma função Lua no topo da pilha e produz um trecho binário que, se carregado novamente, resulta em uma função equivalente à que foi descarregada.
The semantics of these operations is better explained by a Lua function describing how the interpreter executes the operation.
A semântica destas operações é melhor explicada por meio de uma função Lua que descreve como o interpretador executa a operação.
When you call a Lua function without a fixed number of results(see lua_call),Lua ensures that the stack has enough size for all results, but it does not ensure any extra space.
Quando você chama uma função Lua sem um número fixo de resultados(veja lua_call),Lua garante que a pilha tem espaço suficiente para todos os resultados, mas ela não garante qualquer espaço extra.
If the given function is not a Lua function, or if f is 0, getfenv returns the global environment.
Se a função fornecida não é uma função Lua ou se f é 0, getfenv retorna o ambiente global.
In this case, only parameters of Lua functions are visible(as there is no information about what variables are active) and no values are pushed onto the stack.
Nesse caso, somente parâmetros de funções Lua são visíveis(pois não há informação sobre quais variáveis estão ativas) e nenhum valor é colocado na pilha.
What: the string"Lua" if the function is a Lua function,"C" if it is a C function,"main" if it is the main part of a chunk.
What: a cadeia"Lua" se a função é uma função Lua,"C" se ela é uma função C,"main" se ela é a parte principal de um trecho.
Environments associated with Lua functions are used to resolve all accesses to global variables within the function see§2.3.
Ambientes associados com funções Lua são usados para resolver todos os acessos a variáveis globais dentro da função ver§2.3.
Function lua_load has an extra parameter, mode.
A função lua_load tem um parâmetro extra, mode.
The string mode works as in function lua_load.
A cadeia mode funciona como na função lua_load.
As in Lua, this function may trigger a metamethod for the"newindex" event see§2.4.
Como em Lua, esta função pode disparar um metamétodo para o evento"newindex" veja§2.4.
The lua_load function uses a user-supplied reader function to read the chunk see lua_Reader.
A função lua_load usa uma função reader fornecida pelo usuário para ler o trecho veja lua_Reader.
You must call them like any other Luafunction, e.g., by using lua_call.
Você deve chamá-las como qualquer outra função C de Lua, e.g., usando lua_call.
Results: 28, Time: 0.0273

Word-for-word translation

Top dictionary queries

English - Portuguese