LlGetKey
Jump to navigation
Jump to search
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: key llGetKey( );121 | Function ID |
0.0 | Forced Delay |
10.0 | Energy |
Returns the key of the prim the script is in.
Caveats
Examples
default
{
state_entry()
{
llOwnerSay(llGetKey());
llOwnerSay(llGetLinkKey(llGetLinkNumber()));
}
}
See Also
Functions
• | llGetLinkKey | |||
• | llGetLinkNumber |