diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 712ec702d2..bc6458f815 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs @@ -553,6 +553,10 @@ namespace OpenSim.Region.Framework.Scenes } } + /// + /// If sitting, returns the offset position from the prim the avatar is sitting on. + /// Otherwise, returns absolute position in the scene. + /// public Vector3 OffsetPosition { get { return m_pos; }