Difference between revisions of "love.graphics.getLineStyle (Português)"
(versão inicial em Português) |
m (translation update) |
||
Line 1: | Line 1: | ||
+ | <span style="color: #597E9A; font-size: 18pt">love.graphics.getLineStyle</span> | ||
+ | {{#set:RealLink=love.graphics.getLineStyle (Português)}} | ||
+ | {{#set:DisplayName=love.graphics.getLineStyle}} | ||
Obtém o estilo de linha. | Obtém o estilo de linha. | ||
== Função == | == Função == | ||
=== Sinopse === | === Sinopse === | ||
<source lang="lua"> | <source lang="lua"> | ||
− | estilo = love.graphics. | + | estilo = love.graphics.getLineStyle( ) |
</source> | </source> | ||
=== Argumentos === | === Argumentos === | ||
Nenhum. | Nenhum. | ||
− | === | + | === Retorna === |
− | {{param|LineStyle (Português)|estilo|O | + | {{param|LineStyle (Português)|estilo|O estilo de linha atual.|EstiloDeLinha}} |
== Veja Também == | == Veja Também == | ||
− | * [[parent::love.graphics (Português)]] | + | * [[parent::love.graphics (Português)|love.graphics]] |
− | * [[love.graphics.setLineStyle (Português)]] | + | * [[love.graphics.setLineStyle (Português)|love.graphics.setLineStyle]] |
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Obtém o estilo de linha.}} | {{#set:Description=Obtém o estilo de linha.}} | ||
− | == | + | {{#set:Since=000}} |
+ | {{#set:Sub-Category=State}} | ||
+ | == Outras Línguas == | ||
{{i18n|love.graphics.getLineStyle}} | {{i18n|love.graphics.getLineStyle}} |
Latest revision as of 21:18, 22 October 2014
love.graphics.getLineStyle
Obtém o estilo de linha.
Função
Sinopse
estilo = love.graphics.getLineStyle( )
Argumentos
Nenhum.
Retorna
EstiloDeLinha estilo
- O estilo de linha atual.
Veja Também
Outras Línguas
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info