mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
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:
committed by
Justin Clark-Casey (justincc)
parent
ec6a195e40
commit
8d59385eea
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user