aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
diff options
context:
space:
mode:
authorCharles Krinke2009-05-13 01:06:06 +0000
committerCharles Krinke2009-05-13 01:06:06 +0000
commitc23bd2d6eaffd05b158d92c539fa6c5090b967b2 (patch)
tree6b7884d95905fa4f5fe8bdba4a5c6cb719e617af /OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
parentRemove some no longer needed debug. (diff)
downloadopensim-SC_OLD-c23bd2d6eaffd05b158d92c539fa6c5090b967b2.zip
opensim-SC_OLD-c23bd2d6eaffd05b158d92c539fa6c5090b967b2.tar.gz
opensim-SC_OLD-c23bd2d6eaffd05b158d92c539fa6c5090b967b2.tar.bz2
opensim-SC_OLD-c23bd2d6eaffd05b158d92c539fa6c5090b967b2.tar.xz
Add interface, stubbed implementation and
script stub for llRequestSecureURL().
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
index 732bde0..3ec9b3f 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -273,6 +273,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
273 LSL_Key llRequestAgentData(string id, int data); 273 LSL_Key llRequestAgentData(string id, int data);
274 LSL_Key llRequestInventoryData(string name); 274 LSL_Key llRequestInventoryData(string name);
275 void llRequestPermissions(string agent, int perm); 275 void llRequestPermissions(string agent, int perm);
276 LSL_String llRequestSecureURL();
276 LSL_Key llRequestSimulatorData(string simulator, int data); 277 LSL_Key llRequestSimulatorData(string simulator, int data);
277 LSL_Key llRequestURL(); 278 LSL_Key llRequestURL();
278 void llResetLandBanList(); 279 void llResetLandBanList();