mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
mantis 8865: add experimental osNpcLookAt
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user