diff options
author | Christopher | 2015-08-04 09:00:24 +0200 |
---|---|---|
committer | Melanie Thielker | 2015-08-04 18:09:13 +0200 |
commit | 86c426e5870a2b91831eeb86cb9372e18e43b6c7 (patch) | |
tree | adf25e345881b90081601183905cbd29834e77a9 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | Make osAvatarName2Key() able to get names from unknown HG users (diff) | |
download | opensim-SC-86c426e5870a2b91831eeb86cb9372e18e43b6c7.zip opensim-SC-86c426e5870a2b91831eeb86cb9372e18e43b6c7.tar.gz opensim-SC-86c426e5870a2b91831eeb86cb9372e18e43b6c7.tar.bz2 opensim-SC-86c426e5870a2b91831eeb86cb9372e18e43b6c7.tar.xz |
create osGetAvatarHomeURI
Signed-off-by: Melanie Thielker <melanie@t-data.com>
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs index c5c55d6..a60f381 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs | |||
@@ -510,6 +510,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
510 | return m_OSSL_Functions.osGetGridCustom(key); | 510 | return m_OSSL_Functions.osGetGridCustom(key); |
511 | } | 511 | } |
512 | 512 | ||
513 | public string osGetAvatarHomeURI(string uuid) | ||
514 | { | ||
515 | return m_OSSL_Functions.osGetAvatarHomeURI(uuid); | ||
516 | } | ||
517 | |||
513 | public LSL_String osFormatString(string str, LSL_List strings) | 518 | public LSL_String osFormatString(string str, LSL_List strings) |
514 | { | 519 | { |
515 | return m_OSSL_Functions.osFormatString(str, strings); | 520 | return m_OSSL_Functions.osFormatString(str, strings); |