SB_SETUP_SETLINK

From SmartBots Developers Docs
AdminBot for LSLCommands
Revision as of 19:57, 29 June 2016 by Phil (Talk | contribs) (Created page with "{{DISPLAYTITLE: SB_SETUP_SETLINK}} <onlyinclude>Commands AdminBot to use specific link number for llMessageLinked calls instead of LINK_SET.</onlyinclude> {{API Variables Tab...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Commands AdminBot to use specific link number for llMessageLinked calls instead of LINK_SET.

Variables

The following table shows input values (you send them with the API call) and returned output values.

Variable Required Description


str yes new link number (instead of default LINK_SET)
id yes --

Comments

This command is being used to optimize your device performance for high-prim objects.

AdminBot sends events to LINK_SET by default. You can specify exact link number of the prim to optimize performance.

Example

llMessageLinked(LINK_SET, SB_SETUP_SETLINK, "15", NULL_KEY);