Difference between revisions of "Thread:getError"
m (Added love.threaderror to the 'see also' list) |
m |
||
Line 1: | Line 1: | ||
{{newin|[[0.9.0]]|090|type=function}} | {{newin|[[0.9.0]]|090|type=function}} | ||
− | Retrieves the error string from the thread if it produced | + | Retrieves the error string from the thread if it produced an error. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === |
Revision as of 18:46, 14 September 2015
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Retrieves the error string from the thread if it produced an error.
Function
Synopsis
value = Thread:getError( )
Arguments
None.
Returns
string value
- The error message.
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