LlScriptDanger
首页 | 函数 | 事件 | 类型 | 操作符 | 常数 | Flow Control | Script Library | Categorized Library | Tutorials |
函数名 |
---|
Function: integer llScriptDanger( vector pos ); |
参数:• vector pos – position in region coordinates |
返回值:返回一个布尔值(一个整数),如果pos在公共土地、沙箱土地、不允许所有人编辑和构建的土地或不允许外部脚本的土地上,该值为真。
这个函数的作用是有限的,因为它没有给出为什么脚本会处于危险之中的原因。另一方面,llGetParcelFlags的使用方式与基本相同,可以提供更详细的信息。 |
注意事项 |
---|
无 |
示例 |
---|
无 |
相关函数 |
---|
无 |
相关事件 |
---|
无 |