OsNpcSit
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
|||
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=High | |threat_level=High | ||
| + | |permissions=${XEngine|osslNPC} | ||
| + | |delay=0 | ||
|function_syntax=osNpcSit(key npc, key target, integer options) | |function_syntax=osNpcSit(key npc, key target, integer options) | ||
|csharp_syntax=void osNpcSit(LSL_Key npc, LSL_Key target, int options) | |csharp_syntax=void osNpcSit(LSL_Key npc, LSL_Key target, int options) | ||
Revision as of 11:05, 25 October 2017
osNpcSit(key npc, key target, integer options)
C#: void osNpcSit(LSL_Key npc, LSL_Key target, int options) | |
| |
| Threat Level | High |
| Permissions | ${XEngine|osslNPC} |
| Extra Delay | 0 seconds |