aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
diff options
context:
space:
mode:
authorPixelTomsen2012-01-26 21:53:42 +0100
committerBlueWall2012-01-26 16:15:23 -0500
commit616373db169fbfc06652fb3f2d40b531426f6dd3 (patch)
treefb8f5dc64c6bbad93c25db0e88dc6ac83ee4b6c4 /OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
parentChange references from sop to sog and add protection from null ref (diff)
downloadopensim-SC_OLD-616373db169fbfc06652fb3f2d40b531426f6dd3.zip
opensim-SC_OLD-616373db169fbfc06652fb3f2d40b531426f6dd3.tar.gz
opensim-SC_OLD-616373db169fbfc06652fb3f2d40b531426f6dd3.tar.bz2
opensim-SC_OLD-616373db169fbfc06652fb3f2d40b531426f6dd3.tar.xz
llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageEstateAccess
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
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 282443b..b66537f 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -242,6 +242,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
242 void llLoopSound(string sound, double volume); 242 void llLoopSound(string sound, double volume);
243 void llLoopSoundMaster(string sound, double volume); 243 void llLoopSoundMaster(string sound, double volume);
244 void llLoopSoundSlave(string sound, double volume); 244 void llLoopSoundSlave(string sound, double volume);
245 LSL_Integer llManageEstateAccess(int action, string avatar);
245 void llMakeExplosion(int particles, double scale, double vel, double lifetime, double arc, string texture, LSL_Vector offset); 246 void llMakeExplosion(int particles, double scale, double vel, double lifetime, double arc, string texture, LSL_Vector offset);
246 void llMakeFire(int particles, double scale, double vel, double lifetime, double arc, string texture, LSL_Vector offset); 247 void llMakeFire(int particles, double scale, double vel, double lifetime, double arc, string texture, LSL_Vector offset);
247 void llMakeFountain(int particles, double scale, double vel, double lifetime, double arc, int bounce, string texture, LSL_Vector offset, double bounce_offset); 248 void llMakeFountain(int particles, double scale, double vel, double lifetime, double arc, int bounce, string texture, LSL_Vector offset, double bounce_offset);