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

@@ -589,5 +589,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void osParticleSystem(LSL_List rules);
void osLinkParticleSystem(LSL_Integer linknumber, LSL_List rules);
LSL_Integer osNpcLookAt(LSL_Key npckey, LSL_Integer type, LSL_Key objkey, vector offset);
}
}