41 lines
1.6 KiB
XML
41 lines
1.6 KiB
XML
|
<!--
|
||
|
In Keys,
|
||
|
name is the name of the item.
|
||
|
description is the description of the item.
|
||
|
assetID is the ID of the asset data that is referenced by the item.
|
||
|
folderID is the ID of the folder containing this item.
|
||
|
inventoryID is the ID for the item. It must be unique.
|
||
|
assetType is the asset type of the item. See the OpenMetaverse.AssetType enum in libopenmetaverse
|
||
|
inventoryType is the inventory type of the item. See the OpenMetaverse.InventoryType enum in libopenmetaverse
|
||
|
flags are only required for wearables. See OpenMetaverse.WearableType enum in libopenmetaverse.
|
||
|
-->
|
||
|
|
||
|
<Nini>
|
||
|
|
||
|
<!--
|
||
|
<Section Name="Example Library Item">
|
||
|
<Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" />
|
||
|
<Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" />
|
||
|
<Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/>
|
||
|
<Key Name="description" Value="Example Library Item" />
|
||
|
<Key Name="name" Value="Example Library Item" />
|
||
|
<Key Name="assetType" Value="7" />
|
||
|
<Key Name="inventoryType" Value="7" />
|
||
|
</Section>
|
||
|
-->
|
||
|
|
||
|
|
||
|
<Section Name="Default Daycycle">
|
||
|
<Key Name="inventoryID" Value="25210112-000f-0000-0000-000100bba025" />
|
||
|
<Key Name="assetID" Value="5646d39e-d3d7-6aff-ed71-30fc87d64a91" />
|
||
|
<Key Name="folderID" Value="25200112-000f-0000-0000-000100bba025"/>
|
||
|
<Key Name="description" Value="Default Daycycle" />
|
||
|
<Key Name="name" Value="Default Daycycle" />
|
||
|
<Key Name="assetType" Value="56" />
|
||
|
<Key Name="inventoryType" Value="25" />
|
||
|
<Key Name="flags" Value="2" />
|
||
|
</Section>
|
||
|
|
||
|
|
||
|
</Nini>
|