mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
added llGetEnv() implementation
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
This commit is contained in:
@@ -464,6 +464,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_LSL_Functions.llGetEnergy();
|
||||
}
|
||||
|
||||
public LSL_String llGetEnv(LSL_String name)
|
||||
{
|
||||
return m_LSL_Functions.llGetEnv(name);
|
||||
}
|
||||
|
||||
public LSL_Vector llGetForce()
|
||||
{
|
||||
return m_LSL_Functions.llGetForce();
|
||||
|
||||
Reference in New Issue
Block a user