LlGetSoundLength: Difference between revisions

From Second Life Wiki
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)"
 
Strife Onizuka (talk | contribs)
mNo edit summary
 
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 15: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.