Difference between revisions of "Source:isPaused (日本語)"
m |
m |
||
Line 1: | Line 1: | ||
{{newin (日本語)|[[0.7.1]]|070|type=関数}} | {{newin (日本語)|[[0.7.1]]|070|type=関数}} | ||
− | {{oldin (日本語)|[[11.0 (日本語)|11.0]|110|type=関数|text=[[Source:isPlaying (日本語)|Source:isPlaying]] へ変更されました}} | + | {{oldin (日本語)|[[11.0 (日本語)|11.0]]|110|type=関数|text=[[Source:isPlaying (日本語)|Source:isPlaying]] へ変更されました}} |
Source が一時停止中かどうか返します。 | Source が一時停止中かどうか返します。 | ||
== 関数 == | == 関数 == |
Revision as of 15:46, 24 November 2019
LÖVE 0.7.1 から使用可能 |
この関数は以前のバージョンでは非対応です。 |
LÖVE 11.0 から廃止 |
Source:isPlaying へ変更されました。 |
Source が一時停止中かどうか返します。
関数
概要
paused = Source:isPaused( )
引数
なし。
返値
boolean paused
- True ならば Source は一時停止中であり、それ以外ならば False です。
関連