Add function osGetGridCustom

Add function osGetGridCustom to take an argument for the GridInfo kpv to retrieve from the GridInfoService
This commit is contained in:
BlueWall
2012-01-17 22:38:36 -05:00
parent 9ed9720861
commit ba7d8cedec
3 changed files with 34 additions and 1 deletions

View File

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