Difference between revisions of "MouseJoint:getTarget"

m (included link to other languages)
 
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the target point.}}
 
{{#set:Description=Gets the target point.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|MouseJoint:getTarget}}
 
{{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