Add osGetGridHomeURI function

Add osGetHomeURI function to the family of osGetGrid* functions. Returns the SRV_HomeURI setting from the [LoginService] configuration.
This commit is contained in:
BlueWall
2012-01-19 14:21:12 -05:00
parent edb2e4c5b3
commit 8f871cca10
3 changed files with 28 additions and 0 deletions

View File

@@ -160,6 +160,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
string osGetGridNick();
string osGetGridName();
string osGetGridLoginURI();
string osGetGridHomeURI();
string osGetGridCustom(string key);
LSL_String osFormatString(string str, LSL_List strings);