diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 2b7966b..81475b8 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -526,6 +526,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
526 | } | 526 | } |
527 | } | 527 | } |
528 | 528 | ||
529 | /// <summary> | ||
530 | /// If sitting, returns the offset position from the prim the avatar is sitting on. | ||
531 | /// Otherwise, returns absolute position in the scene. | ||
532 | /// </summary> | ||
529 | public Vector3 OffsetPosition | 533 | public Vector3 OffsetPosition |
530 | { | 534 | { |
531 | get { return m_pos; } | 535 | get { return m_pos; } |