llGetKey

Summary

Function: key llGetKey( );
0.0 Forced Delay
10.0 Energy

Returns the key of the prim the script is in.

Examples

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

See Also

Functions

•  llGetLinkKey
•  llGetLinkNumber

Deep Notes

Signature

function key llGetKey();