mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Implement XMLRPCAdmin command admin_teleport_agent.
This allows someone with access to this command on the XMLRPCAdmin interface to teleport an avatar to an arbitrary region and/or position.
This commit is contained in:
@@ -191,6 +191,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