Difference between revisions of "MouseJoint:setTarget"

m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
 
Sets the target point.
 
Sets the target point.
 
== Function ==
 
== Function ==
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 15: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the target point.}}
 
{{#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