OsAvatarType

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Created page with "integer osAvatarType(key avatarKey) Returns: < 0 in case of error 0 if avatar not found 1 if it is a normal avatar 2 if it is a NPC Threat Level This function does not d...")
 
Line 1: Line 1:
 
integer osAvatarType(key avatarKey)
 
integer osAvatarType(key avatarKey)
 
Returns:
 
Returns:
< 0 in case of error
+
* < 0 in case of error
0 if avatar not found
+
* 0 if avatar not found
1 if it is a normal avatar
+
* 1 if it is a normal avatar
2 if it is a NPC
+
* 2 if it is a NPC
  
  

Revision as of 07:58, 21 April 2021

integer osAvatarType(key avatarKey) Returns:

  • < 0 in case of error
  • 0 if avatar not found
  • 1 if it is a normal avatar
  • 2 if it is a NPC


Threat Level This function does not do a threat level check Permissions Use of this function is always allowed by default Delay 0 seconds

Personal tools
General
About This Wiki