Implementation of llSetRegionPos(). Does not implement failure on object entry/prim limit/access restrictions.

Signed-off-by: SignpostMarv <github@signpostmarv.name>
This commit is contained in:
SignpostMarv
2012-07-12 12:25:08 +01:00
committed by Justin Clark-Casey (justincc)
parent ec6a195e40
commit 8d59385eea
3 changed files with 45 additions and 4 deletions

View File

@@ -1618,6 +1618,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
m_LSL_Functions.llSetPrimURL(url);
}
public LSL_Integer llSetRegionPos(LSL_Vector pos)
{
return m_LSL_Functions.llSetRegionPos(pos);
}
public void llSetRemoteScriptAccessPin(int pin)
{
m_LSL_Functions.llSetRemoteScriptAccessPin(pin);