mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +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
@@ -283,6 +283,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
string osGetGridGatekeeperURI();
|
||||
string osGetGridCustom(string key);
|
||||
|
||||
string osGetAvatarHomeURI(string uuid);
|
||||
|
||||
LSL_String osFormatString(string str, LSL_List strings);
|
||||
LSL_List osMatchString(string src, string pattern, int start);
|
||||
LSL_String osReplaceString(string src, string pattern, string replace, int count, int start);
|
||||
|
||||
Reference in New Issue
Block a user