mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
llLinkSitTarget implementation http://wiki.secondlife.com/wiki/LlLinkSitTarget
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
f034958bdc
commit
0b9f4d7e74
@@ -1688,6 +1688,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
m_LSL_Functions.llSitTarget(offset, rot);
|
||||
}
|
||||
|
||||
public void llLinkSitTarget(LSL_Integer link, LSL_Vector offset, LSL_Rotation rot)
|
||||
{
|
||||
m_LSL_Functions.llLinkSitTarget(link, offset, rot);
|
||||
}
|
||||
|
||||
public void llSleep(double sec)
|
||||
{
|
||||
m_LSL_Functions.llSleep(sec);
|
||||
|
||||
Reference in New Issue
Block a user