diff options
Diffstat (limited to '')
-rw-r--r-- | bin/inventory/ObjectsLibrary/ObjectsLibraryItems.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/bin/inventory/ObjectsLibrary/ObjectsLibraryItems.xml b/bin/inventory/ObjectsLibrary/ObjectsLibraryItems.xml new file mode 100644 index 0000000..907c83c --- /dev/null +++ b/bin/inventory/ObjectsLibrary/ObjectsLibraryItems.xml | |||
@@ -0,0 +1,27 @@ | |||
1 | <!-- | ||
2 | In Keys, | ||
3 | name is the name of the item. | ||
4 | description is the description of the item. | ||
5 | assetID is the ID of the asset data that is referenced by the item. | ||
6 | folderID is the ID of the folder containing this item. | ||
7 | inventoryID is the ID for the item. It must be unique. | ||
8 | assetType is the asset type of the item. See the OpenMetaverse.AssetType enum in libopenmetaverse | ||
9 | inventoryType is the inventory type of the item. See the OpenMetaverse.InventoryType enum in libopenmetaverse | ||
10 | flags are only required for wearables. See OpenMetaverse.WearableType enum in libopenmetaverse. | ||
11 | --> | ||
12 | |||
13 | <Nini> | ||
14 | |||
15 | <!-- | ||
16 | <Section Name="Example Library Item"> | ||
17 | <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" /> | ||
18 | <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" /> | ||
19 | <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/> | ||
20 | <Key Name="description" Value="Example Library Item" /> | ||
21 | <Key Name="name" Value="Example Library Item" /> | ||
22 | <Key Name="assetType" Value="7" /> | ||
23 | <Key Name="inventoryType" Value="7" /> | ||
24 | </Section> | ||
25 | --> | ||
26 | |||
27 | </Nini> | ||