Difference between revisions of "DistanceJoint:setFrequency"

m (1 revision: Imported docs from potato.)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Sets the response speed.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
DistanceJoint:setFrequency( hz )
+
DistanceJoint:setFrequency( Hz )
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
{{param|number|hz|The response speed.}}
+
{{param|number|Hz|The response speed.}}
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
Line 13: Line 12:
 
* [[parent::DistanceJoint]]
 
* [[parent::DistanceJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Sets the response speed.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|DistanceJoint:setFrequency}}

Latest revision as of 11:01, 25 March 2011

Sets the response speed.

Function

Synopsis

DistanceJoint:setFrequency( Hz )

Arguments

number Hz
The response speed.

Returns

Nothing.

See Also


Other Languages