Difference between revisions of "Source:getPitch (Português)"

m (translation update)
m (translation update)
 
Line 1: Line 1:
Obtém o tom atual da fonte (Source).
+
Obtém o tom atual do Source.
 
 
 
== Função ==
 
== Função ==
 
=== Sinopse ===
 
=== Sinopse ===
 
<source lang="lua">
 
<source lang="lua">
pitch = Source:getPitch( )
+
tom = Source:getPitch( )
 
</source>
 
</source>
 
=== Argumentos ===
 
=== Argumentos ===
 
Nenhum.
 
Nenhum.
=== Retornos ===
+
=== Retorna ===
{{param|number (Português)|pitch|O tom, onde 1.0 é o tom normal.}}
+
{{param|number (Português)|tom|O tom, onde 1.0 é o tom normal.}}
 
 
 
== Veja Também ==
 
== Veja Também ==
 
* [[parent::Source (Português)]]
 
* [[parent::Source (Português)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Obtém o tom atual da fonte (Source).}}
+
{{#set:Description=Obtém o tom atual do Source.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 
 
== Outros Idiomas ==
 
== Outros Idiomas ==
 
{{i18n|Source:getPitch}}
 
{{i18n|Source:getPitch}}

Latest revision as of 18:29, 6 March 2014

Obtém o tom atual do Source.

Função

Sinopse

tom = Source:getPitch( )

Argumentos

Nenhum.

Retorna

number (Português) tom
O tom, onde 1.0 é o tom normal.

Veja Também


Outros Idiomas