Difference between revisions of "TotalControl for LSL/Commands/BOT NOTECARD READ"
From SmartBots Developers Docs
(Created page with "{{DISPLAYTITLE:BOT_NOTECARD_READ}} <onlyinclude>Returns the contents of a notecard for the given UUID</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_NOTE...") |
|||
Line 12: | Line 12: | ||
== Result == | == Result == | ||
Raises the following event | Raises the following event | ||
− | * [[TotalControl_for_LSL/Events/ | + | * [[TotalControl_for_LSL/Events/BOT_NOTECARD_CREATE_REPLY|BOT_NOTECARD_READ_REPLY]] |
== Example == | == Example == |
Revision as of 16:26, 6 March 2019
Returns the contents of a notecard for the given UUID
Variables
The following table shows input values (you send them with the API call) and returned output values.
Variable | Required | Description
| |
---|---|---|---|
str | yes | -- | |
id | yes | UUID of the notecard to read |
Result
Raises the following event
Example
llMessageLinked(LINK_SET, BOT_NOTECARD_READ, "", "f7f22046-d5d5-54f6-03a3-8a1836efedad");