LlDetectedKey
| 首页 | 函数 | 事件 | 类型 | 操作符 | 常数 | Flow Control | Script Library | Categorized Library | Tutorials |
| 函数名 |
|---|
| Function: key llDetectedKey( integer number ); |
| 参数:检测信息号的整数索引不支持负索引 |
| 返回值:返回一个键,该键是被检测对象的UUID或角色编号。 |
| 注意事项 |
|---|
注意事项
|
| 示例 |
|---|
default
{
touch_start(integer num_detected)
{
llSay(0, "touch_start event: key of avatar touching: " + (string) llDetectedKey(0) );
}
}
|
| 相关函数 |
|---|
| 无 |
| 相关事件 |
|---|
| 无 |