“LlGetKey”的版本间的差异

来自人工智能助力教育知识百科
跳转至: 导航搜索
Wzc讨论 | 贡献
(创建页面,内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名=Function: key llGetKey( ); |返回值= 返回值:返回脚本所…”)
 
(没有差异)

2020年6月8日 (一) 07:09的最新版本

Template:Needs Translation/


函数名
Function: key llGetKey( );
返回值:返回脚本所在的prim的键。
注意事项
All Issues ~ Search JIRA for related Bugs
示例
 
default
{
    state_entry()
    {
        llOwnerSay(llGetKey());
        llOwnerSay(llGetLinkKey(llGetLinkNumber()));
    }
}
相关函数
llGetLinkKey

llGetLinkNumber

相关事件