llGetParcelMusicURL

From Second Life Wiki
Revision as of 11:36, 5 March 2010 by Brangus Weir (talk | contribs) (Created page with '{{LSL_Function|func_id|func_sleep=0.1|func_energy=10.0 |func=llGetParcelMusicURL|sort=GetParcelMusicURL |p1_type=vector|p1_name=position |return_text=The string that the parcel i...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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( vector position );
REQUEST Function ID
0.1 Forced Delay
10.0 Energy

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

• vector position

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 borads can learn the URL that the parcel is tuned to.

Deep Notes

Search JIRA for related Issues

Signature

//function string llGetParcelMusicURL( vector position );