Linden Lab Official talk:Inventory API

From Second Life Wiki
Revision as of 12:27, 1 August 2022 by Gwyneth Llewelyn (talk | contribs) (→‎The LLIDL entries need some <syntaxhighlight> love :): new section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The LLIDL entries need some <syntaxhighlight> love :)

The <python></python> tags are obsolete, deprecated, and have been purged from this Wiki :-)

What this page needs instead is something like this:

&category = {
   agent_id        : uuid,
   category_id     : uuid,
   parent_id       : uuid,
   name            : string,
   type_default    : int,
   version         : int,
}

which, of course, is achieved with the following markup:

<syntaxhighlight lang="python">
&category = {
   agent_id        : uuid,
   category_id     : uuid,
   parent_id       : uuid,
   name            : string,
   type_default    : int,
   version         : int,
}
</syntaxhighlight>

... assuming that you really want it to be highlighted as Python code, of course.

Gwyneth Llewelyn (talk) 12:27, 1 August 2022 (PDT)