OsNpcGetPos
From OpenSimulator
(Difference between revisions)
m (Updated ThreatLevel for osNpcGetPos().) |
m (Added permissions and delay information) |
||
| Line 4: | Line 4: | ||
|description=Return the current position of the NPC. | |description=Return the current position of the NPC. | ||
|threat_level=High | |threat_level=High | ||
| + | |permissions=${XEngine|osslNPC} | ||
| + | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
|additional_info= | |additional_info= | ||
}} | }} | ||
Revision as of 10:48, 25 October 2017
vector osNpcGetPos(key npc)
| |
| Return the current position of the NPC. | |
| Threat Level | High |
| Permissions | ${XEngine|osslNPC} |
| Extra Delay | 0 seconds |