Difference between revisions of "love.event.wait (日本語)"
m (translation update) |
m |
||
Line 4: | Line 4: | ||
=== 概要 === | === 概要 === | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | n, a, b, c, d, e, f, ... = love.event.wait( ) | |
</source> | </source> | ||
=== 引数 === | === 引数 === |
Revision as of 16:19, 9 June 2019
LÖVE 0.6.0 から使用可能 |
この関数は以前のバージョンでは非対応です。 |
love.event.poll()
と似ていますが、イベントキューにイベントが入るまで阻止します。
関数
概要
n, a, b, c, d, e, f, ... = love.event.wait( )
引数
なし。
返値
LÖVE 0.8.0 から利用可能
Variant d
- イベントの第四引数。
LÖVE 0.10.0 から利用可能
関連