“LlGetMoonDirection”的版本间的差异
(创建页面,内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名 =Function: vector llGetMoonDirection(); |参数= 参数:无 |返回…”) |
|||
第19行: | 第19行: | ||
|相关函数= | |相关函数= | ||
[[llGetDayLength]] | [[llGetDayLength]] | ||
+ | |||
[[llGetDayOffset]] | [[llGetDayOffset]] | ||
+ | |||
[[llGetMoonDirection]] | [[llGetMoonDirection]] | ||
+ | |||
[[llGetMoonRotation]] | [[llGetMoonRotation]] | ||
+ | |||
[[llGetSunDirection]] | [[llGetSunDirection]] | ||
+ | |||
[[llGetSunRotation]] | [[llGetSunRotation]] | ||
+ | |||
[[llGetRegionDayLength]] | [[llGetRegionDayLength]] | ||
+ | |||
[[llGetRegionDayOffset]] | [[llGetRegionDayOffset]] | ||
+ | |||
[[llGetRegionMoonDirection]] | [[llGetRegionMoonDirection]] | ||
+ | |||
[[llGetRegionMoonRotation]] | [[llGetRegionMoonRotation]] | ||
+ | |||
[[llGetRegionSunDirection]] | [[llGetRegionSunDirection]] | ||
+ | |||
[[llGetRegionSunRotation]] | [[llGetRegionSunRotation]] | ||
+ | |||
|相关事件=无 | |相关事件=无 | ||
}} | }} |
2020年7月6日 (一) 08:11的最新版本
首页 | 函数 | 事件 | 类型 | 操作符 | 常数 | Flow Control | Script Library | Categorized Library | Tutorials |
函数名 |
---|
Function: vector llGetMoonDirection(); |
参数:无 |
返回值:将规格化向量返回到包含脚本的对象所在位置的当前月亮位置。llGetMoonDirection是指向地块月球的向量,llGetRegionMoonDirection 是指向区域月球的向量。如果没有为当前地块设置自定义环境,llGetMoonDirection将返回该区域的月球方向。这些功能是高度感知的。
返回一个向量。 |
注意事项 |
---|
无 |
示例 |
---|
示例1
无 |
相关函数 |
---|
llGetDayLength |
相关事件 |
---|
无 |