Difference between revisions of "LlGetKey"

From Second Life Wiki
Jump to navigation Jump to search
m (LSL llGetKey moved to LlGetKey)
m
 
(7 intermediate revisions by 5 users not shown)
Line 19: Line 19:
|p12_type|p12_name|p12_desc
|p12_type|p12_name|p12_desc
|return_type=key
|return_type=key
|return_text= for the task the script is attached to.
|Return_text=of the prim the script is in.
|spec
|spec
|caveats
|caveats
|examples=
|examples=<source lang="lsl2">default
<pre>
default
{
{
     state_entry()
     state_entry()
     {
     {
         llSay(0,"My key is: "+(string)llGetKey() );
         llOwnerSay(llGetKey());
        llOwnerSay(llGetLinkKey(llGetLinkNumber()));
     }
     }
}
}</source>
</pre>
|helpers
|helpers
|also_header
|also_header
Line 37: Line 35:
|also_articles
|also_articles
|also_footer
|also_footer
|also_functions
|also_functions=
{{LSL DefineRow||[[llGetLinkKey]]|}}
{{LSL DefineRow||[[llGetLinkNumber]]|}}
|also_events
|also_events
|also_articles=
|also_articles=
|notes
|notes
|cat1=Prim
|cat2=Key
|cat3
|cat4
|cat5
}}
}}
[[Category:LSL_Functions]][[Category:LSL_Stub]]

Latest revision as of 02:01, 22 January 2015