diff options
Diffstat (limited to 'bin/inventory/PhotosLibrary')
-rw-r--r-- | bin/inventory/PhotosLibrary/PhotosLibraryItems.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/inventory/PhotosLibrary/PhotosLibraryItems.xml b/bin/inventory/PhotosLibrary/PhotosLibraryItems.xml index 44194cd..907c83c 100644 --- a/bin/inventory/PhotosLibrary/PhotosLibraryItems.xml +++ b/bin/inventory/PhotosLibrary/PhotosLibraryItems.xml | |||
@@ -1,3 +1,15 @@ | |||
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 | |||
1 | <Nini> | 13 | <Nini> |
2 | 14 | ||
3 | <!-- | 15 | <!-- |