Merge commit '4ad9b275302ee109937512963eab095ff542a0c7' into careminster

This commit is contained in:
Melanie
2013-03-29 01:52:29 +00:00
3 changed files with 19 additions and 11 deletions

View File

@@ -54,6 +54,10 @@ namespace OpenSim.Region.Framework.Interfaces
/// RezAttachments. This should only be called upon login on the first region.
/// Attachment rezzings on crossings and TPs are done in a different way.
/// </summary>
/// <remarks>
/// This is only actually necessary for viewers which do not have a current outfit folder (these viewers make
/// their own attachment calls on login) and agents which have attachments but no viewer (e.g. NPCs).
/// </remarks>
/// <param name="sp"></param>
void RezAttachments(IScenePresence sp);