LlGetCreator - Second Life Wiki

LlGetCreator

From Second Life Wiki

(Redirected from LSL llGetCreator)
Jump to: navigation, search

Contents

Description

Function: key llGetCreator( );
272 Function ID
0.0 Delay
10.0 Energy

Returns a key for the creator of the prim.


Examples

default
{
    state_entry()
    {
        llSay(0,"My creator is: "+(string)llGetCreator() );
    }
}

See Also

Functions

•  llGetInventoryCreator
•  llGetOwner