Added osGetGridGatekeeperURI()

This commit is contained in:
Diva Canto
2012-03-10 19:51:28 -08:00
parent 291dc39691
commit 824eb7ed20
3 changed files with 20 additions and 0 deletions

View File

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