mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Add rough and ready element explanation in a comment at the top of inventory library items xml
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
<!--
|
||||
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
|
||||
-->
|
||||
|
||||
<Nini>
|
||||
<Section Name="place_marker">
|
||||
<Key Name="folderID" Value="f0908f10-b9bf-11dc-95ff-0800200c9a66"/>
|
||||
|
||||
Reference in New Issue
Block a user