Source:tell

Available since LÖVE 0.8.0
It is not supported in earlier versions.

Gets the currently playing position of the Source.

Function

Synopsis

pos = Source:tell( unit )

Arguments

TimeUnit unit ("seconds")
The type of unit for the return value.

Returns

The currently playing position of the Source.

See Also

Other Languages