<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
	<id>http://i.bnu.edu.cn/wiki/index.php?action=history&amp;feed=atom&amp;title=LlGetParcelMusicURL</id>
	<title>LlGetParcelMusicURL - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="http://i.bnu.edu.cn/wiki/index.php?action=history&amp;feed=atom&amp;title=LlGetParcelMusicURL"/>
	<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=LlGetParcelMusicURL&amp;action=history"/>
	<updated>2026-06-01T03:37:43Z</updated>
	<subtitle>本wiki的该页面的版本历史</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>http://i.bnu.edu.cn/wiki/index.php?title=LlGetParcelMusicURL&amp;diff=384&amp;oldid=prev</id>
		<title>Mkx：创建页面，内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}   {{函数详情 |函数名 = Function: string llGetParcelMusicURL( ); |参数= 参数： key avat…”</title>
		<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=LlGetParcelMusicURL&amp;diff=384&amp;oldid=prev"/>
		<updated>2020-05-31T10:06:45Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}   {{函数详情 |函数名 = Function: string llGetParcelMusicURL( ); |参数= 参数： key avat…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{函数详情&lt;br /&gt;
|函数名 = Function: string llGetParcelMusicURL( );&lt;br /&gt;
|参数= 参数： key avatar – 位于同一区域的avatar [[UUID]]&lt;br /&gt;
|返回值= 返回值：返回包含包裹流音频URL的字符串（Returns a string containing the parcel [[streaming audio]] URL.）&lt;br /&gt;
&lt;br /&gt;
|注意事项= 对象所有者也必须是土地所有者。如果土地被划分为一个组，则需要将对象划分为同一个组才能使此功能发挥作用。 &lt;br /&gt;
&lt;br /&gt;
|示例=&lt;br /&gt;
示例1&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
string parcel_music_url()&lt;br /&gt;
{&lt;br /&gt;
    string parcelMusicURL = llGetParcelMusicURL();&lt;br /&gt;
 &lt;br /&gt;
    if (parcelMusicURL != &amp;quot;&amp;quot;)&lt;br /&gt;
        return parcelMusicURL;&lt;br /&gt;
//  else&lt;br /&gt;
        return &amp;quot;Sorry, could not retrieve parcel's music URL.\n&amp;quot;&lt;br /&gt;
            + &amp;quot;You'll either need to be the land owner or able to deed me.&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    touch_start(integer num_detected)&lt;br /&gt;
    {&lt;br /&gt;
        // PUBLIC_CHANNEL has the integer value 0&lt;br /&gt;
        llSay(PUBLIC_CHANNEL, parcel_music_url() );&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|相关函数= [[llSetParcelMusicURL]] - 设置打开包裹对象的音乐流URL（Sets the music stream URL for the parcel object is on ）&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Mkx</name></author>
		
	</entry>
</feed>