Difference between revisions of "love.audio.rewind (日本語)"

(Created page with "再生中の音声を全てを巻き戻します。 == 関数 == == 概要 == <source lang="lua"> love.audio.rewind( ) </source> == 引数 == なし。 == 返値 == ありま...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
{{oldin (日本語)|[[11.0 (日本語)|11.0]]|110|type=関数|text=[[Source:seek (日本語)|Source:seek]](0) を使用してください}}
 +
 
再生中の音声を全てを巻き戻します。
 
再生中の音声を全てを巻き戻します。
 
== 関数 ==
 
== 関数 ==
Line 23: Line 25:
 
{{#set:Description=再生中の音声を全てを巻き戻します。}}
 
{{#set:Description=再生中の音声を全てを巻き戻します。}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 +
{{#set:Removed=110}}
 +
{{#set:PrettyRemoved=11.0}}
 
== そのほかの言語 ==
 
== そのほかの言語 ==
{{i18n|love.audio.rewind}}
+
{{i18n (日本語)|love.audio.rewind}}

Latest revision as of 05:34, 26 November 2019

LÖVE 11.0 から廃止
Source:seek(0) を使用してください。


再生中の音声を全てを巻き戻します。

関数

概要

love.audio.rewind( )

引数

なし。

返値

ありません。

関数

概要

love.audio.rewind( source )

引数

Source source
巻き戻す Source を指定します。

返値

ありません。

関連



そのほかの言語