OsKickAvatar
From OpenSimulator
(Difference between revisions)
Line 1: | Line 1: | ||
− | ''' | + | {| width="100%" style="border: thin solid black" |
− | <source lang="lsl"> | + | | colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}''' |
+ | |- valign="top" | ||
+ | |'''Threat Level''' || Severe | ||
+ | |||
+ | |- valign="top" | ||
+ | |'''Function Syntax''' || <source lang="lsl"> | ||
+ | osKickAvatar(string FirstName,string SurName,string alert) | ||
+ | </source> | ||
+ | |- valign="top" | ||
+ | |'''Example(s)||<source lang="lsl"> | ||
default | default | ||
{ | { | ||
Line 10: | Line 19: | ||
</source> | </source> | ||
− | + | |} | |
− | This is the same thing as the console command | + | This is the same thing as the console command. |
+ | Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850 | ||
− | [[Category:OSSL]] | + | [[Category:OSSL Functions]] |
Revision as of 09:36, 11 June 2011
OsKickAvatar | |
Threat Level | Severe |
Function Syntax | osKickAvatar(string FirstName,string SurName,string alert) |
Example(s) | default { state_entry() { osKickAvatar("AvatarFirst","AvatarLast","You have been kicked!"); } } |
This is the same thing as the console command.
Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850