Difference between revisions of "love.thread.getThread"
m (Other languages template added) |
|||
Line 23: | Line 23: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Look for a thread and get its object.}} | {{#set:Description=Look for a thread and get its object.}} | ||
+ | == Other Languages == | ||
+ | {{i18n|love.thread.getThread}} |
Revision as of 18:06, 11 January 2011
Available since LÖVE 0.7.0 |
This function is not supported in earlier versions. |
Look for a thread and get its object.
Contents
Function
Synopsis
thread = love.thread.getThread( name )
Arguments
string name
- The name of the thread to return.
Returns
Thread thread
- The thread with that name.
Function
Synopsis
thread = love.thread.getThread( )
Arguments
None.
Returns
Thread thread
- The current thread.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info