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/Runtime | |
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/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs index 49e39fe..35aaf01 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | |||
@@ -464,6 +464,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
464 | return m_LSL_Functions.llGetEnergy(); | 464 | return m_LSL_Functions.llGetEnergy(); |
465 | } | 465 | } |
466 | 466 | ||
467 | public LSL_String llGetEnv(LSL_String name) | ||
468 | { | ||
469 | return m_LSL_Functions.llGetEnv(name); | ||
470 | } | ||
471 | |||
467 | public LSL_Vector llGetForce() | 472 | public LSL_Vector llGetForce() |
468 | { | 473 | { |
469 | return m_LSL_Functions.llGetForce(); | 474 | return m_LSL_Functions.llGetForce(); |