Difference between revisions of "MouseJoint:getTarget"

m (1 revision: Imported docs from potato.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Gets the target point.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 13:
 
* [[parent::MouseJoint]]
 
* [[parent::MouseJoint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the target point.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|MouseJoint:getTarget}}

Latest revision as of 11:05, 25 March 2011

Gets the target point.

Function

Synopsis

x, y = MouseJoint:getTarget( )

Arguments

None.

Returns

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

See Also


Other Languages