LlGetCreator

From Second Life Wiki

Jump to: navigation, search

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
Personal tools