OsNpcMoveTo
From OpenSimulator
(Difference between revisions)
m (some format conversions) |
m (some syntax modification (may be major or minor)) |
||
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|threat_level=High | |threat_level=High | ||
| − | |function_syntax=osNpcMoveTo(key npc, vector position) | + | |function_syntax=void osNpcMoveTo(key npc, vector position) |
|ossl_example=See [[osNpcCreate]] example. | |ossl_example=See [[osNpcCreate]] example. | ||
|description=* Moves '''npc''' to the '''position'''. | |description=* Moves '''npc''' to the '''position'''. | ||
Revision as of 02:33, 2 July 2011
void osNpcMoveTo(key npc, vector position)
| |
| |
| Threat Level | High |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
| See osNpcCreate example. | |