Difference between revisions of "PulleyJoint:setRatio"

(Initial Portuguese translation)
m (Undo revision 4864 by Minicz (Talk))
Line 1: Line 1:
Configura a razão da polia.
+
Set the pulley ratio.
== Função ==
+
== Function ==
=== Sinopse ===
+
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
PulleyJoint:setRatio( razao )
+
PulleyJoint:setRatio( ratio )
 
</source>
 
</source>
=== Argumentos ===
+
=== Arguments ===
{{param|number (Português)|razao|A nova razão da polia da junta.}}
+
{{param|number|ratio|The new pulley ratio of the joint.}}
=== Retornos ===
+
=== Returns ===
Nada.
+
Nothing.
== Veja Também ==
+
== See Also ==
* [[parent::PulleyJoint (Português)]]
+
* [[parent::PulleyJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Configura a razão da polia.}}
+
{{#set:Description=Set the pulley ratio.}}
== Outros Idiomas ==
+
== Other Languages ==
 
{{i18n|PulleyJoint:setRatio}}
 
{{i18n|PulleyJoint:setRatio}}

Revision as of 22:47, 21 January 2011

Set the pulley ratio.

Function

Synopsis

PulleyJoint:setRatio( ratio )

Arguments

number ratio
The new pulley ratio of the joint.

Returns

Nothing.

See Also

Other Languages