diff options
author | Freaky Tech | 2015-03-02 20:52:21 +0100 |
---|---|---|
committer | BlueWall | 2015-03-03 16:39:00 -0500 |
commit | 7f0995ae318292ffc33da6f20bca767e61849408 (patch) | |
tree | 2983d72ee81364ba0bed955683de64630dbd6b26 /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | corrected osMakeNotecard(string data) text length was calculated wrong. The L... (diff) | |
download | opensim-SC-7f0995ae318292ffc33da6f20bca767e61849408.zip opensim-SC-7f0995ae318292ffc33da6f20bca767e61849408.tar.gz opensim-SC-7f0995ae318292ffc33da6f20bca767e61849408.tar.bz2 opensim-SC-7f0995ae318292ffc33da6f20bca767e61849408.tar.xz |
added llGetEnv() implementation
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | 1 |
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 18a1e84..3d58573 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs | |||
@@ -124,6 +124,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces | |||
124 | LSL_String llGetCreator(); | 124 | LSL_String llGetCreator(); |
125 | LSL_String llGetDate(); | 125 | LSL_String llGetDate(); |
126 | LSL_Float llGetEnergy(); | 126 | LSL_Float llGetEnergy(); |
127 | LSL_String llGetEnv(LSL_String name); | ||
127 | LSL_Vector llGetForce(); | 128 | LSL_Vector llGetForce(); |
128 | LSL_Integer llGetFreeMemory(); | 129 | LSL_Integer llGetFreeMemory(); |
129 | LSL_Integer llGetFreeURLs(); | 130 | LSL_Integer llGetFreeURLs(); |