aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
diff options
context:
space:
mode:
authorBlueWall2012-01-17 22:38:36 -0500
committerBlueWall2012-01-17 22:38:36 -0500
commitba7d8cedeca1440fe4d4166308fec56fbbcdac19 (patch)
treec335490c2eca7b60c0506fd7a5bd242c3c07226b /OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
parentUpdate osGetGrid**** functions (diff)
downloadopensim-SC_OLD-ba7d8cedeca1440fe4d4166308fec56fbbcdac19.zip
opensim-SC_OLD-ba7d8cedeca1440fe4d4166308fec56fbbcdac19.tar.gz
opensim-SC_OLD-ba7d8cedeca1440fe4d4166308fec56fbbcdac19.tar.bz2
opensim-SC_OLD-ba7d8cedeca1440fe4d4166308fec56fbbcdac19.tar.xz
Add function osGetGridCustom
Add function osGetGridCustom to take an argument for the GridInfo kpv to retrieve from the GridInfoService
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
index af6be5f..c1c4511 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -160,6 +160,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
160 string osGetGridNick(); 160 string osGetGridNick();
161 string osGetGridName(); 161 string osGetGridName();
162 string osGetGridLoginURI(); 162 string osGetGridLoginURI();
163 string osGetGridCustom(string key);
163 164
164 LSL_String osFormatString(string str, LSL_List strings); 165 LSL_String osFormatString(string str, LSL_List strings);
165 LSL_List osMatchString(string src, string pattern, int start); 166 LSL_List osMatchString(string src, string pattern, int start);