OsNpcGetOwner
From OpenSimulator
(Difference between revisions)
												
			 (Created page with "{{osslfunc |function_syntax=key osNpcGetOwner(key npc) |csharp_syntax= |description=Gets the NPC's owner's UUID |threat_level=none |ossl_example= |additional_info= }}")  | 
			m (Added permissions and delay information)  | 
			||
| Line 3: | Line 3: | ||
|csharp_syntax=  | |csharp_syntax=  | ||
|description=Gets the NPC's owner's UUID  | |description=Gets the NPC's owner's UUID  | ||
| − | |threat_level=  | + | |threat_level=None  | 
| + | |permissions=${XEngine|osslNPC}  | ||
| + | |delay=0  | ||
|ossl_example=  | |ossl_example=  | ||
|additional_info=  | |additional_info=  | ||
}}  | }}  | ||
Revision as of 10:51, 25 October 2017
key osNpcGetOwner(key npc)
 
 | |
| Gets the NPC's owner's UUID | |
| Threat Level | None | 
| Permissions | ${XEngine|osslNPC} | 
| Extra Delay | 0 seconds |