llGetParcelMusicURL

From Second Life Wiki
Revision as of 13:50, 19 December 2011 by Digit Ditko (talk | contribs) (Function is listed in server release notes as implemented)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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 0n 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();