Difference between revisions of "MouseJoint:setTarget"

m (1 revision: Imported docs from potato.)
m
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
+
Sets the target point.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 8: Line 7:
 
=== Arguments ===
 
=== Arguments ===
 
{{param|number|x|The x-component of the target.}}
 
{{param|number|x|The x-component of the target.}}
{{param|number|y|The x-component of the target.}}
+
{{param|number|y|The y-component of the target.}}
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
Line 14: Line 13:
 
* [[parent::MouseJoint]]
 
* [[parent::MouseJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Sets the target point.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|MouseJoint:setTarget}}

Latest revision as of 17:43, 10 April 2012

Sets the target point.

Function

Synopsis

MouseJoint:setTarget( x, y )

Arguments

number x
The x-component of the target.
number y
The y-component of the target.

Returns

Nothing.

See Also


Other Languages