LlGetKey - Second Life Wiki

LlGetKey

From Second Life Wiki

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

Contents

Description

Function: key llGetKey( );
121 Function ID
0.0 Delay
10.0 Energy

Returns a key for the prim the script is attached to.


Examples

default
{
    state_entry()
    {
        llOwnerSay(llGetKey());
        llOwnerSay(llGetLinkKey(llGetLinkNumber()));
    }
}

See Also

Functions

•  llGetLinkKey
•  llGetLinkNumber