LlGetKey

来自人工智能助力教育知识百科
Wzc讨论 | 贡献2020年6月8日 (一) 07:09的版本 (创建页面,内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名=Function: key llGetKey( ); |返回值= 返回值:返回脚本所…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

Template:Needs Translation/


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

llGetLinkNumber

相关事件