Difference between revisions of "LlAddToEstateBanList"

From Second Life Wiki
Jump to navigation Jump to search
m (Undo revision 1159646 by Strife Onizuka (Talk))
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{LSL_Function|func_id=REQUEST|func_sleep=0.1|func_energy=10.0|func=llAddToEstateBanList|sort=llAddToEstateBanList|p1_type=key|p1_name=avatar|p2_type=float|p2_name=hours
{{LSL_Function|func_id|mode=request|func_sleep=0.1|func_energy=10.0
|func=llAddToEstateBanList|sort=AddToEstateBanList
|p1_type=key|p1_name=avatar
|p2_type=float|p2_name=hours
|func_desc=Add '''avatar''' to the Estate ban list for '''hours'''.
|func_desc=Add '''avatar''' to the Estate ban list for '''hours'''.
|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_WishList|AddToEstateBanList]][[Category:LSL_Stub]]
|return_text|spec|caveats|examples|helpers|related|also
|notes=PJIRA feature request at [http://jira.secondlife.com/browse/SVC-244 LSL functions for estate tools]. Please go vote if this feature is important to you.
 
See [[llManageEstateAccess]] as an alternative.
}}

Latest revision as of 14:00, 14 December 2011

Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llAddToEstateBanList( key avatar, float hours );
REQUEST Function ID
0.1 Forced Delay
10.0 Energy

Add avatar to the Estate ban list for hours.

• key avatar
• float hours

Caveats

  • This function causes the script to sleep for 0.1 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

Notes

PJIRA feature request at LSL functions for estate tools. Please go vote if this feature is important to you.

See llManageEstateAccess as an alternative.

Deep Notes

Search JIRA for related Issues

Signature

//function void llAddToEstateBanList( key avatar, float hours );