aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 475fc01..a070aa6 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -702,6 +702,12 @@ namespace OpenSim.Framework
702 702
703 UUID AgentId { get; } 703 UUID AgentId { get; }
704 704
705 /// <summary>
706 /// The scene agent for this client. This will only be set if the client has an agent in a scene (i.e. if it
707 /// is connected).
708 /// </summary>
709 ISceneAgent SceneAgent { get; }
710
705 UUID SessionId { get; } 711 UUID SessionId { get; }
706 712
707 UUID SecureSessionId { get; } 713 UUID SecureSessionId { get; }