LlScriptDanger

来自人工智能助力教育知识百科
Mkx讨论 | 贡献2020年8月19日 (三) 02:42的版本 (创建页面,内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名 = Function: integer llScriptDanger( vector pos ); |参数= 参数:…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

Template:Needs Translation/


函数名
Function: integer llScriptDanger( vector pos );
参数:• vector pos – position in region coordinates
返回值:返回一个布尔值(一个整数),如果pos在公共土地、沙箱土地、不允许所有人编辑和构建的土地或不允许外部脚本的土地上,该值为真。

这个函数的作用是有限的,因为它没有给出为什么脚本会处于危险之中的原因。另一方面,llGetParcelFlags的使用方式与基本相同,可以提供更详细的信息。

注意事项
示例
相关函数
相关事件