Template:LSL Function/KeyValue

From Second Life Wiki
Jump to navigation Jump to search
#var value
p_{{{1}}}_desc The key for the key-value pair
p_{{{2}}}_desc The value for the key-value pair. Maximum 2047 characters, or 4095 if using Mono.
header_footnote_last

The dataserver callback parameters are:

  • A key containing the handle returned from [[]]
  • A string containing a comma-delimited list. llDumpList2String([ integer success, string value OR integer error],",")
    • The first item is a boolean specifying if the transaction succeeded (1) or not (0).
    • The second item is a string with a status/error message if it failed or the value if the transaction succeeded.
caveats
notes