OsNpcGetOwner
From OpenSimulator
(Difference between revisions)
												
			m (Added note stating which version of OpenSim introduced this function)  | 
			|||
| Line 4: | Line 4: | ||
|description=Gets the NPC's owner's UUID  | |description=Gets the NPC's owner's UUID  | ||
|threat_level=None  | |threat_level=None  | ||
| − | |permissions=${  | + | |permissions=${OSSL|osslNPC}  | 
|delay=0  | |delay=0  | ||
|ossl_example=  | |ossl_example=  | ||
|additional_info=This function was added in 0.7.3-post-fixes  | |additional_info=This function was added in 0.7.3-post-fixes  | ||
}}  | }}  | ||
Revision as of 20:01, 25 September 2019
key osNpcGetOwner(key npc)
 
 | |
| Gets the NPC's owner's UUID | |
| Threat Level | None | 
| Permissions | ${OSSL|osslNPC} | 
| Extra Delay | 0 seconds | 
| Notes | |
| This function was added in 0.7.3-post-fixes | |