OsNpcStand
From OpenSimulator
(Difference between revisions)
m (Added permissions and delay information) |
m (Added note stating which version of OpenSim introduced this function) |
||
| Line 8: | Line 8: | ||
|ossl_example= | |ossl_example= | ||
|description=*Makes a sitting NPC stand up. | |description=*Makes a sitting NPC stand up. | ||
| − | | | + | |additional_info=This function was added in 0.7.2-post-fixes |
}} | }} | ||
Revision as of 07:57, 15 October 2018
| This article or section contains incomplete information. Please help us by completing the content on this page. |
osNpcStand(key npc)
C#: void osNpcStand(LSL_Key npc) | |
| |
| Threat Level | High |
| Permissions | ${XEngine|osslNPC} |
| Extra Delay | 0 seconds |
| Notes | |
| This function was added in 0.7.2-post-fixes | |