Difference between revisions of "TimeUnit"

(Created page with "Units that represent time. == Constants == ;seconds: Regular seconds. ;samples: Audio samples. == See Also == * parent::love.audio Category:Enums {{#set:Description=Units...")
 
m (See Also: Add more links)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{newin|[[0.8.0]]|080|type=enum}}
 
Units that represent time.
 
Units that represent time.
 
== Constants ==
 
== Constants ==
Line 5: Line 6:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.audio]]
 
* [[parent::love.audio]]
 +
* [[Source:getDuration]]
 +
* [[Source:seek]]
 +
* [[Source:tell]]
 
[[Category:Enums]]
 
[[Category:Enums]]
 
{{#set:Description=Units that represent time.}}
 
{{#set:Description=Units that represent time.}}
 +
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|TimeUnit}}
 
{{i18n|TimeUnit}}

Latest revision as of 08:59, 21 August 2023

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

Units that represent time.

Constants

seconds
Regular seconds.
samples
Audio samples.

See Also


Other Languages