diff options
author | BlueWall | 2012-01-19 14:21:12 -0500 |
---|---|---|
committer | BlueWall | 2012-01-19 14:21:12 -0500 |
commit | 8f871cca10274325bf90054d75019a865fc50216 (patch) | |
tree | 66d6869334393bc96882c4c421cfaeb80d5abbb5 /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | Change URI to lowercase to match existing (diff) | |
download | opensim-SC_OLD-8f871cca10274325bf90054d75019a865fc50216.zip opensim-SC_OLD-8f871cca10274325bf90054d75019a865fc50216.tar.gz opensim-SC_OLD-8f871cca10274325bf90054d75019a865fc50216.tar.bz2 opensim-SC_OLD-8f871cca10274325bf90054d75019a865fc50216.tar.xz |
Add osGetGridHomeURI function
Add osGetHomeURI function to the family of osGetGrid* functions. Returns the SRV_HomeURI setting from the [LoginService] configuration.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 1 |
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 c1c4511..0f8cbdc 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 osGetGridHomeURI(); | ||
163 | string osGetGridCustom(string key); | 164 | string osGetGridCustom(string key); |
164 | 165 | ||
165 | LSL_String osFormatString(string str, LSL_List strings); | 166 | LSL_String osFormatString(string str, LSL_List strings); |