Difference between revisions of "Thread:getName"

m
m (Other languages template added)
Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the name of a thread.}}
 
{{#set:Description=Get the name of a thread.}}
 +
== Other Languages ==
 +
{{i18n|Thread:getName}}

Revision as of 18:12, 11 January 2011

Available since LÖVE 0.7.0
This function is not supported in earlier versions.

Get the name of a thread.

Function

Synopsis

name = Thread:getName( )

Arguments

None.

Returns

string name
The name of the thread.

See Also

Other Languages