LlGetCreator

来自人工智能助力教育知识百科
跳转至: 导航搜索

Template:Needs Translation/


函数名
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

llGetOwner

相关事件