OsKickAvatar

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850'''
+
{{osslfunc
 
+
|threat_level=Severe
 +
|permissions=${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
 +
|delay=0
 +
|function_syntax=void osKickAvatar(string FirstName,string SurName, string alert) <br />
 +
void osKickAvatar(key agentId, string alert)
 +
|ossl_example=<source lang="lsl">
 
   default
 
   default
 
   {
 
   {
Line 8: Line 13:
 
     }
 
     }
 
   }
 
   }
 +
</source>
 +
|description = Kicks the selected avatar, closing its connection.
  
 
+
Agent key argument version added February 20, 2019
'''osKickAvatar'''(string FirstName,string SurName,string alert)
+
|
 
+
}}
This is the same thing as the console command, but I thought it would be useful inworld. Threat level: Severe.
+
 
+
 
+
[[Category:OSSL]]
+

Revision as of 22:29, 6 November 2019

void osKickAvatar(string FirstName,string SurName, string alert)

void osKickAvatar(key agentId, string alert)

Kicks the selected avatar, closing its connection.

Agent key argument version added February 20, 2019

Threat Level Severe
Permissions ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
Extra Delay 0 seconds
Example(s)
default
  {
     state_entry()
     {
         osKickAvatar("AvatarFirst","AvatarLast","You have been kicked!");
     }
  }
Personal tools
General
About This Wiki