OpenSim.Region.Framework.Scenes.ScenePresence.HasAttachments C# (CSharp) Method

HasAttachments() public method

public HasAttachments ( ) : bool
return bool
        public bool HasAttachments()
        {
            return m_attachments.Count > 0;
        }
ScenePresence