Difference between revisions of "LlGetSoundLength"
Jump to navigation
Jump to search
m (Created page with "This would be a useful function in determining the length of a sound file. float llGetSoundLength(key sound)") |
m |
||
Line 2: | Line 2: | ||
float llGetSoundLength(key sound) | float llGetSoundLength(key sound) | ||
---- | |||
Could also be implemented by adding the sound type to [[llRequestInventoryData]]. | |||
So that the [[dataserver]] event returned the volume. |
Latest revision as of 14:02, 15 December 2011
This would be a useful function in determining the length of a sound file.
float llGetSoundLength(key sound)
Could also be implemented by adding the sound type to llRequestInventoryData. So that the dataserver event returned the volume.