create osGetAvatarHomeURI

Signed-off-by: Melanie Thielker <melanie@t-data.com>
This commit is contained in:
Christopher
2015-08-04 09:00:24 +02:00
committed by Melanie Thielker
parent b5be5ca490
commit 86c426e587
4 changed files with 41 additions and 0 deletions

View File

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