“LlParcelMediaQuery”的版本间的差异
(创建页面,内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名 = Function: list llParcelMediaQuery( list query ); |参数= 参数:…”) |
(没有差异)
|
2020年8月23日 (日) 03:44的版本
| 首页 | 函数 | 事件 | 类型 | 操作符 | 常数 | Flow Control | Script Library | Categorized Library | Tutorials |
| 函数名 |
|---|
| Function: list llParcelMediaQuery( list query ); |
| 参数:
• list query |
| 返回值:
返回一个包含查询结果的列表。结果与请求的顺序相同。 |
| 注意事项 |
|---|
| 注意事项
这个函数会导致脚本休眠2.0秒。
|
| 示例 |
|---|
示例一
//-- quick function to tell you the URL of the Media the Parcel is set for
default{
touch_start( integer vIntNull ){ //-- named null because we're ignoring it
llSay( 0, "The Media URL is\n" + (string)llParcelMediaQuery( (list)PARCEL_MEDIA_COMMAND_URL ) );
}
}
|
| 相关函数 |
|---|
| llParceMediaCommandList |
| 相关事件 |
|---|