Difference between revisions of "LlGetLinkNumber"

From Second Life Wiki
Jump to navigation Jump to search
m (link with llGetKey)
m (add first example - print llGetLinkNumber vs. [llGetNumberofPrims]])
Line 9: Line 9:
|caveats
|caveats
|constants
|constants
|examples
|examples=
<pre>
default
{
    state_entry()
    {
        llOwnerSay((string) llGetLinkNumber());
        llOwnerSay((string) llGetNumberOfPrims());
    }
}
</pre>
|helpers
|helpers
|also_functions={{LSL DefineRow||[[llGetKey]]}}
|also_functions={{LSL DefineRow||[[llGetKey]]}}

Revision as of 04:44, 2 October 2007