OsNpcMoveTo
From OpenSimulator
(Difference between revisions)
m (Removed comment about function not woeking. Workign in 0.7.2 dev from 12-Aug-2011) |
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=void osNpcMoveTo(key npc, vector position) | |function_syntax=void osNpcMoveTo(key npc, vector position) | ||
|ossl_example=See [[osNpcCreate]] example. | |ossl_example=See [[osNpcCreate]] example. | ||
Revision as of 10:56, 25 October 2017
void osNpcMoveTo(key npc, vector position)
| |
| |
| Threat Level | High |
| Permissions | ${XEngine|osslNPC} |
| Extra Delay | 0 seconds |
| Example(s) | |
| See osNpcCreate example. | |