Thread:execute

From GiderosMobile
Revision as of 14:26, 4 October 2018 by PaulR (talk | contribs) (Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' 2018.10<br/> '''<translate>Class</translate>:''' Thread<br/> === <translat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Available since: 2018.10
Class: Thread

Description

Starts/executes our thread if the function has been set with setFunction and the thread is not currently running.

local ok = thread:execute(vararg)

Parameters

vararg: (...) Arguments for our thread function to process.

Return values

ok: (boolean) success or failure