LlGetEstateBanList
From Second Life Wiki
| Languages: |
English |
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
| | LSL Feature Request |
| The described function does not exist. This article is a feature request. |
Description
Function: list llGetEstateBanList( integer start );| REQUEST | Function ID |
| 0.1 | Delay |
| 10.0 | Energy |
Returns a list (50 entries after position start) of agents (UUID) banned on the estate.
| • integer | start | – | index |
start supports negative indexes.
Caveats
- This function causes the script to sleep for 0.1 seconds.
- It is limited to returning 50 entries to keep the script from crashing. (300 * 43 bytes = 12900 bytes)

