Difference between revisions of "LlGetKey"

From Second Life Wiki
Jump to navigation Jump to search
m (<lsl> example)
m
 
(3 intermediate revisions by 3 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 prim the script is attached to.
|Return_text=of the prim the script is in.
|spec
|spec
|caveats
|caveats
|examples=<lsl>default
|examples=<source lang="lsl2">default
{
{
     state_entry()
     state_entry()
Line 29: Line 29:
         llOwnerSay(llGetLinkKey(llGetLinkNumber()));
         llOwnerSay(llGetLinkKey(llGetLinkNumber()));
     }
     }
}</lsl>
}</source>
|helpers
|helpers
|also_header
|also_header
Line 42: Line 42:
|notes
|notes
|cat1=Prim
|cat1=Prim
|cat2
|cat2=Key
|cat3
|cat3
|cat4
|cat4
|cat5
|cat5
}}
}}

Latest revision as of 02:01, 22 January 2015