Unofficial LSL Reference

[[functions:lladdtolandpasslist]]


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:lladdtolandpasslist [2014-12-09 16:43 SLT]
sei Add nav
functions:lladdtolandpasslist [2015-09-22 18:27 SLT] (current)
sei style, add descriptions to see also
Line 5: Line 5:
 llAddToLandPassList(key id, float hours) llAddToLandPassList(key id, float hours)
 </​code>​ </​code>​
-Add a person to the allowed residents list of the parcel, either temporarily or permanently.+Add a person to the allowed residents list ("​white list"​) ​of the parcel, either temporarily or permanently.
  
 $delay[0.1] $delay[0.1]
Line 12: Line 12:
  
 === id === === id ===
-The [[types/key]] of the avatar to allow access to.+The $lty[key] of the avatar to allow access to.
  
 === hours === === hours ===
-A [[types/float]] with the number of hours the access allowance will last, or zero to be added permanently to the allowed avatars list.+$lty[float] with the number of hours the access allowance will last, or zero to be added permanently to the allowed avatars list.
  
 ===== Notes ===== ===== Notes =====
Line 54: Line 54:
 ===== See also ===== ===== See also =====
  
-  * [[llRemoveFromLandPassList]] +  * $lfn[llRemoveFromLandPassList] ​to remove someone from the white list. 
-  * [[llResetLandPassList]] +  * $lfn[llResetLandPassList] ​to clear the white list. 
-  * [[llAddToLandBanList]] +  * $lfn[llAddToLandBanList] ​to add someone to the ban list. 
-  * [[llRemoveFromLandBanList]] +  * $lfn[llRemoveFromLandBanList] ​to remove someone from the ban list. 
-  * [[llResetLandBanList]]+  * $lfn[llResetLandBanList] ​to clear the ban list.