mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Merge commit 'eda770e978c09c756d15ba62dbbf6ee34a61b2f5' into bigmerge
Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
This commit is contained in:
@@ -193,6 +193,12 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Try to get a scene presence from the scene
|
||||
/// </summary>
|
||||
/// <param name="agentID"></param>
|
||||
/// <param name="scenePresence">null if there is no scene presence with the given agent id</param>
|
||||
/// <returns>true if there was a scene presence with the given id, false otherwise.</returns>
|
||||
public abstract bool TryGetScenePresence(UUID agentID, out ScenePresence scenePresence);
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user