llGetParcelMusicURL

From Second Life Wiki
Revision as of 21:09, 20 December 2011 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search
Emblem-important-red.png Pre-release Documentation Warning!

This function is not available yet. This documentation was written prior to its final release so it may not match the final implementation.

Summary

Function: string llGetParcelMusicURL( );

Returns a string containing the parcel music stream URL.

Caveats

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

Examples

Deep Notes

  • With this function, music display boards can learn the URL that the parcel is tuned to.

History

  • Suggested: SCR-31
  • 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.

Search JIRA for related Issues

Signature

function string llGetParcelMusicURL();