diff options
author | BlueWall | 2012-01-17 22:38:36 -0500 |
---|---|---|
committer | BlueWall | 2012-01-17 22:38:36 -0500 |
commit | ba7d8cedeca1440fe4d4166308fec56fbbcdac19 (patch) | |
tree | c335490c2eca7b60c0506fd7a5bd242c3c07226b /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | Update osGetGrid**** functions (diff) | |
download | opensim-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/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs index 0c05ea4..fc83786 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs | |||
@@ -452,6 +452,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
452 | return m_OSSL_Functions.osGetGridLoginURI(); | 452 | return m_OSSL_Functions.osGetGridLoginURI(); |
453 | } | 453 | } |
454 | 454 | ||
455 | public string osGetGridCustom(string key) | ||
456 | { | ||
457 | return m_OSSL_Functions.osGetGridCustom(key); | ||
458 | } | ||
459 | |||
455 | public LSL_String osFormatString(string str, LSL_List strings) | 460 | public LSL_String osFormatString(string str, LSL_List strings) |
456 | { | 461 | { |
457 | return m_OSSL_Functions.osFormatString(str, strings); | 462 | return m_OSSL_Functions.osFormatString(str, strings); |