Any possibility to get the length of a sound?
Posted: Mon May 02, 2022 7:30 pm
Hi everyone,
I am wondering if it is at all possible to get the length of a sound like this (in ticks or seconds)?
Cheers
I am wondering if it is at all possible to get the length of a sound like this (in ticks or seconds)?
Code: Select all
data:extend({
{
type = "sound",
name = "mysound",
filename = "__MyMod__/sounds/mysound.ogg",
category = "alert",
volume = 1.0
}
}