mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
add usermanagement bool GetUserName(UUID uuid, out string FirstName, out string LastName)
This commit is contained in:
@@ -40,6 +40,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
UserData GetUserData(UUID id);
|
||||
string GetUserName(UUID uuid);
|
||||
bool GetUserName(UUID uuid, out string FirstName, out string LastName);
|
||||
string GetUserHomeURL(UUID uuid);
|
||||
string GetUserHomeURL(UUID uuid, out bool failedWeb);
|
||||
string GetUserUUI(UUID uuid);
|
||||
|
||||
Reference in New Issue
Block a user