Thread:fetchData

From GiderosMobile
Revision as of 22:58, 11 February 2020 by MoKaLux (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Available since: 2018.10
Class: Thread

Description

Returns any data sent by thread sendData call.

local success, ... = thread:fetchData()

Parameters

none

Return values

success: (boolean) if there is data to be retrieved
...: (misc) any number of arguments provided by sendData calls