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

0.8.0.3
Justin Clark-Casey (justincc) 2014-02-20 19:30:47 +00:00
parent d1bb73d068
commit 28419251bf
1 changed files with 6 additions and 0 deletions

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;