llMessageLinked
function ll.MessageLinked(LinkNumber: number, Number: number, Text: string, ID: string)Sends Number, Text, and ID to members of the link set identified by LinkNumber.
LinkNumber is either a linked number (available through llGetLinkNumber) or a LINK_* constant.
Parameters
-
LinkNumber(number) -
Number(number) -
Text(string) -
ID(string)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.MessageLinked().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llMessageLinked