Difference between revisions of "LlGetParcelMusicURL"

From Second Life Wiki
Jump to navigation Jump to search
m (Function is listed in server release notes as implemented)
m
Line 5: Line 5:
|return_text=The string that the parcel is currently tuned to.
|return_text=The string that the parcel is currently tuned to.
|return_type=string
|return_type=string
|func_desc|spec|caveats|examples|helpers|related|also|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.|}}
|func_desc|spec|caveats|examples|helpers|related|also
|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.|}}

Revision as of 14:33, 19 December 2011

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();