OsKickAvatar

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
{| width="100%" style="border: thin solid black"
+
{{osslfunc|
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
+
threat_level = Severe
|- valign="top"
+
|
|'''Threat Level''' || Severe
+
function_syntax = <source lang="lsl">
 
+
|- valign="top"
+
|'''Function Syntax''' || <source lang="lsl">
+
 
osKickAvatar(string FirstName,string SurName,string alert)
 
osKickAvatar(string FirstName,string SurName,string alert)
 
</source>
 
</source>
|- valign="top"
+
|
|'''Example(s)||<source lang="lsl">
+
ossl_example = <source lang="lsl">
 
   default
 
   default
 
   {
 
   {
Line 18: Line 15:
 
   }
 
   }
 
</source>
 
</source>
 
+
|  
|}
+
additional_info = This is the same thing as the [[Server_Commands|console command]].
 
+
This is the same thing as the console command.
+
  
 
Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850
 
Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850
 
+
|
[[Category:OSSL Functions]]
+
}}

Revision as of 16:31, 12 June 2011

osKickAvatar(string FirstName,string SurName,string alert)
No descriptions provided
Threat Level Severe
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
default
  {
     state_entry()
     {
         osKickAvatar("AvatarFirst","AvatarLast","You have been kicked!");
     }
  }
Notes
This is the same thing as the console command.

Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850

Personal tools
General
About This Wiki