add usermanagement bool GetUserName(UUID uuid, out string FirstName, out string LastName)

This commit is contained in:
UbitUmarov
2022-06-19 11:47:29 +01:00
parent e08ba5bbd0
commit e37475203b
2 changed files with 16 additions and 1 deletions

View File

@@ -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);