OsNpcStopAnimation
From OpenSimulator
(Difference between revisions)
(Created page with "{{osslfunc |function_syntax=osNpcStopAnimation(key npc, string animation) |csharp_syntax= |description=Stops animation on being played by the NPC identified by their key. |threat...") |
m (Added permissions and delay information) |
||
| Line 2: | Line 2: | ||
|function_syntax=osNpcStopAnimation(key npc, string animation) | |function_syntax=osNpcStopAnimation(key npc, string animation) | ||
|csharp_syntax= | |csharp_syntax= | ||
| − | |description=Stops animation | + | |description=Stops an animation that is being played by the NPC identified by their key. |
|threat_level=High | |threat_level=High | ||
| + | |permissions=${XEngine|osslNPC} | ||
| + | |delay=0 | ||
|ossl_example= | |ossl_example= | ||
|additional_info= | |additional_info= | ||
}} | }} | ||
Revision as of 11:09, 25 October 2017
osNpcStopAnimation(key npc, string animation)
| |
| Stops an animation that is being played by the NPC identified by their key. | |
| Threat Level | High |
| Permissions | ${XEngine|osslNPC} |
| Extra Delay | 0 seconds |