Difference between revisions of "MouseJoint:setTarget"

m (included link to other languages)
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the target point.}}
 
{{#set:Description=Sets the target point.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|MouseJoint:setTarget}}
 
{{i18n|MouseJoint:setTarget}}

Revision as of 11:05, 25 March 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