LlScriptDanger
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Contents |
Summary
Function: integer llScriptDanger( vector pos );| 246 | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Returns an integer boolean, that is TRUE if pos is over public land, sandbox land, land that doesn't allow everyone to edit and build, or land that doesn't allow outside scripts.
| • vector | pos | – | position in region coordinates |
The usefulness of this function is limited as it does not give the reason why the script would be in danger. llGetParcelFlags on the other hand can be used in much the same way and gives more detailed information.
This article wasn't helpful for you? Maybe the related article at the LSL Wiki is able to bring enlightenment.

