This commit is contained in:
PixelTomsen
2012-02-22 20:15:42 +01:00
committed by Justin Clark-Casey (justincc)
parent f034958bdc
commit 0b9f4d7e74
3 changed files with 33 additions and 5 deletions

View File

@@ -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);