Difference between revisions of "MouseJoint:setTarget"

m (1 revision: Importing from potato (again).)
m (included link to other languages)
Line 1: Line 1:
 
 
Sets the target point.
 
Sets the target point.
 
== Function ==
 
== Function ==
Line 15: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the target point.}}
 
{{#set:Description=Sets the target point.}}
 +
== Other Languages ==
 +
{{i18n|MouseJoint:setTarget}}

Revision as of 09:34, 21 January 2011

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

Other Languages