minor: Add some method doc to AFM,SetAppearanceAssets()

This commit is contained in:
Justin Clark-Casey (justincc)
2014-02-20 19:30:47 +00:00
parent d1bb73d068
commit 28419251bf

View File

@@ -687,6 +687,12 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
m_scene.EventManager.TriggerAvatarAppearanceChanged(sp);
}
/// <summary>
/// For a given set of appearance items, check whether the items are valid and add their asset IDs to
/// appearance data.
/// </summary>
/// <param name='userID'></param>
/// <param name='appearance'></param>
private void SetAppearanceAssets(UUID userID, AvatarAppearance appearance)
{
IInventoryService invService = m_scene.InventoryService;