Difference between revisions of "MouseJoint:setTarget"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Sets the target point.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 14:
 
* [[parent::MouseJoint]]
 
* [[parent::MouseJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Sets the target point.}}

Revision as of 16:17, 14 February 2010

Sets the target point.

Function

Synopsis

MouseJoint:setTarget( x, y )

Arguments

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

Returns

Nothing.

See Also