Difference between revisions of "MouseJoint:setTarget"

m (included link to other languages)
m
 
(One intermediate revision by one other user not shown)
Line 7: 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 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}}

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