Difference between revisions of "LlGetEstateBanList"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSL_Function|func_id=REQUEST|func_sleep=0.1|func_energy=10.0|func=llGetEstateBanList|sort=llGetEstateBanList|func_desc=Returns a list of all agent names currently banned on Estate.
{{LSL_Function|func_id=REQUEST|func_sleep=0.1|func_energy=10.0|func=llGetEstateBanList|sort=llGetEstateBanList|func_desc=Returns a list of all agent names currently banned on Estate.
|return_text|spec|caveats|examples|helpers|related|also|notes=we can add, and we can remove bans - but we can't fully manage the estate ban list to its full potential.  While the 300 name limit is generous, we could leverage this function to know exactly what is on the estate ban list at all times, and fully sync it up with an external database.}}[[Category:LSL_Security|AddToLandBanList]][[Category:LSL_Stub]]
|return_text|spec|caveats|examples|helpers|related|also|notes=we can add, and we can remove bans - but we can't fully manage the estate ban list to its full potential.  While the 300 name limit is generous, we could leverage this function to know exactly what is on the estate ban list at all times, and fully sync it up with an external database.}}[[Category:LSL_WishList|GetEstateBanList]][[Category:LSL_Stub]]

Revision as of 23:34, 3 February 2007

Summary

Function: llGetEstateBanList( );
REQUEST Function ID
0.1 Forced Delay
10.0 Energy

Returns a list of all agent names currently banned on Estate.

Caveats

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

Examples

Notes

we can add, and we can remove bans - but we can't fully manage the estate ban list to its full potential. While the 300 name limit is generous, we could leverage this function to know exactly what is on the estate ban list at all times, and fully sync it up with an external database.

Deep Notes

Search JIRA for related Issues

Signature

function void llGetEstateBanList();