Difference between revisions of "love.thread.getThread (日本語)"

(New translation (Based revision : 6 August 2016, at 05:51))
 
(No difference)

Latest revision as of 10:15, 16 August 2016

LÖVE 0.7.0 まで使用可能でしたが LÖVE 0.9.0 で廃止されました
この関数は以降のバージョンでは非対応です。

スレッドを検索してオブジェクトを取得します。

関数

概要

thread = love.thread.getThread( name )

引数

string name
スレッドから返される名前。

返値

Thread thread
スレッドの名前。

関数

概要

thread = love.thread.getThread( )

引数

なし。

返値

Thread thread
現在のスレッド。

関連



そのほかの言語