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

@@ -452,6 +452,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
return m_OSSL_Functions.osGetGridLoginURI();
}
public string osGetGridCustom(string key)
{
return m_OSSL_Functions.osGetGridCustom(key);
}
public LSL_String osFormatString(string str, LSL_List strings)
{
return m_OSSL_Functions.osFormatString(str, strings);