Difference between revisions of "MouseJoint:getTarget"

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

Revision as of 09:30, 21 January 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