Difference between revisions of "LlGetParcelMusicURL"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
{{LSL_Function|func_id=
{{LSL_Function|func_id=
|mode=request|func_sleep=0.1|func_energy=10.0
|mode=pre-release|func_sleep=0.1|func_energy=10.0
|func=llGetParcelMusicURL|sort=GetParcelMusicURL
|func=llGetParcelMusicURL|sort=GetParcelMusicURL
||
|return_text=containing the parcel music stream URL.
|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
|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.
|deep_notes=*With this function, music display boards can learn the URL that the parcel is tuned to.
|history=
*Suggested: {{Jira|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.|}}
*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 21:09, 20 December 2011

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

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