llGetEstateBanList

From Second Life Wiki
Revision as of 23:34, 3 February 2007 by Travis Lambert (talk | contribs)
Jump to navigation Jump to search

Summary

Function: llGetEstateBanList( );
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.

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

Signature

function void llGetEstateBanList();