diff options
author | SignpostMarv | 2012-07-12 12:25:08 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-07-14 01:45:34 +0100 |
commit | 8d59385eeaa26feab8b19905ad6491065e4e4bf9 (patch) | |
tree | a29d2750d59a981e632f32058bee742da5395efc /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | When generating a Warp3D texture, set the detailTexture[i] variable on resize... (diff) | |
download | opensim-SC_OLD-8d59385eeaa26feab8b19905ad6491065e4e4bf9.zip opensim-SC_OLD-8d59385eeaa26feab8b19905ad6491065e4e4bf9.tar.gz opensim-SC_OLD-8d59385eeaa26feab8b19905ad6491065e4e4bf9.tar.bz2 opensim-SC_OLD-8d59385eeaa26feab8b19905ad6491065e4e4bf9.tar.xz |
Implementation of llSetRegionPos(). Does not implement failure on object entry/prim limit/access restrictions.
Signed-off-by: SignpostMarv <github@signpostmarv.name>
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 a0b3bc8..c457880 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | |||
@@ -1618,6 +1618,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
1618 | m_LSL_Functions.llSetPrimURL(url); | 1618 | m_LSL_Functions.llSetPrimURL(url); |
1619 | } | 1619 | } |
1620 | 1620 | ||
1621 | public LSL_Integer llSetRegionPos(LSL_Vector pos) | ||
1622 | { | ||
1623 | return m_LSL_Functions.llSetRegionPos(pos); | ||
1624 | } | ||
1625 | |||
1621 | public void llSetRemoteScriptAccessPin(int pin) | 1626 | public void llSetRemoteScriptAccessPin(int pin) |
1622 | { | 1627 | { |
1623 | m_LSL_Functions.llSetRemoteScriptAccessPin(pin); | 1628 | m_LSL_Functions.llSetRemoteScriptAccessPin(pin); |