Unofficial LSL Reference

[[functions:lladdtolandbanlist]]


Unofficial LSL reference

User Tools

Login

You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.

Login

Forgotten your password? Get a new one: Set new password

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

functions:lladdtolandbanlist [2014-01-03 12:56 SLT]
sei Add delay to description as well
functions:lladdtolandbanlist [2015-09-22 18:30 SLT] (current)
sei add descriptions to see also
Line 1: Line 1:
-$delayfloat[0.1]+$nav
 ===== Function: llAddToLandBanList ===== ===== Function: llAddToLandBanList =====
  
Line 12: Line 12:
  
 === id === === id ===
-The [[types/key]] of the avatar to ban.+The $lty[key] of the avatar to ban.
  
 === hours === === hours ===
-A [[types/float]] with the number of hours the ban will last, or zero to make the ban permanent.+$lty[float] with the number of hours the ban will last, or zero to make the ban permanent.
  
 ===== Notes ===== ===== Notes =====
  
   * $delay[0.1]   * $delay[0.1]
 +  * When the addition is not permanent, the maximum time that can be specified is 144 hours (6 days). If more than 144 hours are specified, 144 will be used.
   * Only scripts in objects owned by the land owner can use this function.   * Only scripts in objects owned by the land owner can use this function.
  
Line 39: Line 40:
     }     }
  
-    touch_start()+    touch_start(integer num)
     {     {
         llAddToLandBanList(llDetectedKey(0),​ 0.5);         llAddToLandBanList(llDetectedKey(0),​ 0.5);
Line 48: Line 49:
 ===== See also ===== ===== See also =====
  
-  * [[llRemoveFromLandBanList]] +  * $lfn[llRemoveFromLandBanList] ​to remove someone from the ban list. 
-  * [[llResetLandBanList]] +  * $lfn[llResetLandBanList] ​to clear the ban list. 
-  * [[llAddToLandPassList]] +  * $lfn[llAddToLandPassList] ​to add someone to the white list (allowed access list). 
-  * [[llRemoveFromLandPassList]] +  * $lfn[llRemoveFromLandPassList] ​to remove someone from the white list. 
-  * [[llResetLandPassList]]+  * $lfn[llResetLandPassList] ​to clear the white list.