LlGetCreator
首页 | 函数 | 事件 | 类型 | 操作符 | 常数 | Flow Control | Script Library | Categorized Library | Tutorials |
函数名 |
---|
Function: key llGetCreator( ) |
参数: |
返回值:返回prim的创建者的键。 |
注意事项 |
---|
注意事项 |
示例 |
---|
default { state_entry() { key owner = llGetOwner(); key creatorThisPrim = llGetCreator(); llSay(0, "The creator of this prim has the key '"+(string)creatorThisPrim + "'."); llSay(0, "My owner has the key '" + (string)owner + "'."); } } |
相关函数 |
---|
llGetInventoryCreator |
相关事件 |
---|