OsNpcGetPos
From OpenSimulator
(Difference between revisions)
m (Added note stating which version of OpenSim introduced this function) |
|||
| 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=${ | + | |permissions=${OSSL|osslNPC} |
|delay=0 | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
|additional_info=This function was added in 0.7.2-post-fixes | |additional_info=This function was added in 0.7.2-post-fixes | ||
}} | }} | ||
Revision as of 20:00, 25 September 2019
vector osNpcGetPos(key npc)
| |
| Return the current position of the NPC. | |
| Threat Level | High |
| Permissions | ${OSSL|osslNPC} |
| Extra Delay | 0 seconds |
| Notes | |
| This function was added in 0.7.2-post-fixes | |