Difference between revisions of "love.audio.rewind (Español)"

(Created page with "Rebobina todo el audio de reproducción. == Function == === Synopsis === <source lang="lua"> love.audio.rewind( ) </source> === Arguments === None. === Returns === Nothing. == Fu...")
 
(No difference)

Latest revision as of 04:35, 26 June 2011

Rebobina todo el audio de reproducción.

Function

Synopsis

love.audio.rewind( )

Arguments

None.

Returns

Nothing.

Function

Synopsis

love.audio.rewind( source )

Arguments

Source source
La fuente para rebobinar.

Returns

Nothing.

See Also


Other Languages