llGetParcelMusicURL

From Second Life Wiki
Revision as of 14:33, 19 December 2011 by Digit Ditko (talk | contribs)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: string llGetParcelMusicURL( );
REQUEST Function ID
0.1 Forced Delay
10.0 Energy

Returns a string The string that the parcel is currently tuned to.

Caveats

  • This function causes the script to sleep for 0.1 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

Notes

  • With this function, music display boards can learn the URL that the parcel is tuned to.
  • Server release notes for 11.12.03.246118 on the main channel indicate that this function was added. Testing on the main release on 19-Dec-2011 has this function compiling without error but the output is empty.

Deep Notes

Search JIRA for related Issues

Signature

//function string llGetParcelMusicURL();