“LlGetKey”的版本间的差异
(创建页面,内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名=Function: key llGetKey( ); |返回值= 返回值:返回脚本所…”) |
(没有差异)
|
2020年6月8日 (一) 07:09的最新版本
首页 | 函数 | 事件 | 类型 | 操作符 | 常数 | Flow Control | Script Library | Categorized Library | Tutorials |
函数名 |
---|
Function: key llGetKey( ); |
无 |
返回值:返回脚本所在的prim的键。 |
注意事项 |
---|
All Issues ~ Search JIRA for related Bugs |
示例 |
---|
default { state_entry() { llOwnerSay(llGetKey()); llOwnerSay(llGetLinkKey(llGetLinkNumber())); } } |
相关函数 |
---|
llGetLinkKey |
相关事件 |
---|
无 |