Difference between revisions of "Source:isPaused (日本語)"
(Created page with "{{newin (日本語)|0.7.1|070|type=関数}} Source が一時停止中かどうか返します。 == 関数 == === 概要 === <source lang="lua"> paused = Source:isPaused(...") |
m |
||
(2 intermediate revisions by the same user not shown) | |||
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 が一時停止中かどうか返します。 | ||
== 関数 == | == 関数 == | ||
Line 16: | Line 16: | ||
{{#set:Since=071}} | {{#set:Since=071}} | ||
{{#set:PrettySince=0.7.1}} | {{#set:PrettySince=0.7.1}} | ||
+ | {{#set:Removed=110}} | ||
+ | {{#set:PrettyRemoved=11.0}} | ||
== そのほかの言語 == | == そのほかの言語 == | ||
− | {{i18n|Source:isPaused}} | + | {{i18n (日本語)|Source:isPaused}} |
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 です。
関連