diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 65daca0..7427c59 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -92,23 +92,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
92 | public event ObjectDeselect OnObjectDetach; | 92 | public event ObjectDeselect OnObjectDetach; |
93 | public event ObjectDrop OnObjectDrop; | 93 | public event ObjectDrop OnObjectDrop; |
94 | public event Action<IClientAPI, bool> OnCompleteMovementToRegion; | 94 | public event Action<IClientAPI, bool> OnCompleteMovementToRegion; |
95 | |||
96 | /// <summary> | ||
97 | /// Called when an AgentUpdate message is received and before OnAgentUpdate. | ||
98 | /// </summary> | ||
99 | /// <remarks> | ||
100 | /// Listeners must not retain a reference to AgentUpdateArgs since this object is reused for subsequent AgentUpdates. | ||
101 | /// </remarks> | ||
102 | public event UpdateAgent OnPreAgentUpdate; | 95 | public event UpdateAgent OnPreAgentUpdate; |
103 | |||
104 | /// <summary> | ||
105 | /// Called when an AgentUpdate message is received and after OnPreAgentUpdate. | ||
106 | /// </summary> | ||
107 | /// <remarks> | ||
108 | /// Listeners must not retain a reference to AgentUpdateArgs since this object is reused for subsequent AgentUpdates. | ||
109 | /// </remarks> | ||
110 | public event UpdateAgent OnAgentUpdate; | 96 | public event UpdateAgent OnAgentUpdate; |
111 | |||
112 | public event AgentRequestSit OnAgentRequestSit; | 97 | public event AgentRequestSit OnAgentRequestSit; |
113 | public event AgentSit OnAgentSit; | 98 | public event AgentSit OnAgentSit; |
114 | public event AvatarPickerRequest OnAvatarPickerRequest; | 99 | public event AvatarPickerRequest OnAvatarPickerRequest; |