Source:isStopped

Removed in LÖVE 11.0
It has been replaced by Source:isPlaying.

Returns whether the Source is stopped.

Function

Synopsis

stopped = Source:isStopped( )

Arguments

None.

Returns

boolean stopped
True if the Source is stopped, false otherwise.

See Also


Other Languages