Difference between revisions of "Joystick:getName"

(Created page)
 
m ('Returns' -> 'Gets')
 
Line 1: Line 1:
 
{{newin|[[0.9.0]]|090|type=function|text=It has been moved from [[love.joystick.getName]]}}
 
{{newin|[[0.9.0]]|090|type=function|text=It has been moved from [[love.joystick.getName]]}}
Returns the name of the joystick.
+
Gets the name of the joystick.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::Joystick]]
 
* [[parent::Joystick]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Returns the name of the joystick.}}
+
{{#set:Description=Gets the name of the joystick.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Joystick:getName}}
 
{{i18n|Joystick:getName}}

Latest revision as of 21:43, 26 August 2013

Available since LÖVE 0.9.0
It has been moved from love.joystick.getName.

Gets the name of the joystick.

Function

Synopsis

name = Joystick:getName( )

Arguments

None.

Returns

string name
The name of the joystick.

See Also

Other Languages