mantis 8865: add experimental osNpcLookAt

This commit is contained in:
UbitUmarov
2021-02-16 03:16:54 +00:00
parent e3aca7b6ce
commit 1c29f3378d
3 changed files with 65 additions and 0 deletions

View File

@@ -1543,5 +1543,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
{
m_OSSL_Functions.osLinkParticleSystem(linknumber, rules);
}
public LSL_Integer osNpcLookAt(LSL_Key npckey, LSL_Integer type, LSL_Key objkey, vector offset)
{
return m_OSSL_Functions.osNpcLookAt(npckey, type, objkey, offset);
}
}
}