Difference between revisions of "LlGetKey"

From Second Life Wiki
Jump to navigation Jump to search
(sort)
(improve example: add compare with llGetLinkKey of llGetLinkNumber, convert to llOwnerSay from llSay 0)
Line 28: Line 28:
     state_entry()
     state_entry()
     {
     {
         llSay(0,"My key is: "+(string)llGetKey() );
         llOwnerSay(llGetKey());
        llOwnerSay(llGetLinkKey(llGetLinkNumber()));
     }
     }
}
}
Line 37: Line 38:
|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
}}
}}

Revision as of 04:29, 2 October 2007