Difference between revisions of "Source:isPaused (日本語)"
m |
m |
||
Line 1: | Line 1: | ||
− | {{ | + | {{newinoldin (日本語)|[[0.7.1 (日本語)|0.7.1]]|071|[[11.0 (日本語)|11.0]]|110|type=関数|text=[[Source:isPlaying (日本語)|Source:isPlaying]] へ変更}} |
− | |||
Source が一時停止中かどうか返します。 | Source が一時停止中かどうか返します。 | ||
== 関数 == | == 関数 == |
Latest revision as of 09:51, 15 July 2023
LÖVE 0.7.1 まで使用可能でしたが LÖVE 11.0 で廃止されました |
Source:isPlaying へ変更。 |
Source が一時停止中かどうか返します。
関数
概要
paused = Source:isPaused( )
引数
なし。
返値
boolean paused
- True ならば Source は一時停止中であり、それ以外ならば False です。
関連