mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Changed GetAgents to take string[] instead of UUID[]
This commit is contained in:
@@ -52,6 +52,6 @@ namespace OpenSim.Services.Interfaces
|
||||
bool ReportAgent(UUID sessionID, UUID regionID, Vector3 position, Vector3 lookAt);
|
||||
|
||||
PresenceInfo GetAgent(UUID sessionID);
|
||||
PresenceInfo[] GetAgents(UUID[] PrincipalIDs);
|
||||
PresenceInfo[] GetAgents(string[] principalIDs);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user