mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
create osGetAvatarHomeURI
Signed-off-by: Melanie Thielker <melanie@t-data.com>
This commit is contained in:
committed by
Melanie Thielker
parent
b5be5ca490
commit
86c426e587
@@ -510,6 +510,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_OSSL_Functions.osGetGridCustom(key);
|
||||
}
|
||||
|
||||
public string osGetAvatarHomeURI(string uuid)
|
||||
{
|
||||
return m_OSSL_Functions.osGetAvatarHomeURI(uuid);
|
||||
}
|
||||
|
||||
public LSL_String osFormatString(string str, LSL_List strings)
|
||||
{
|
||||
return m_OSSL_Functions.osFormatString(str, strings);
|
||||
|
||||
Reference in New Issue
Block a user