武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 1.56
  Arguments of this scripting command don't have to be local to the client the command is executed on

点击图片可看到更多讯息

开始使用于

游戏:
Arma 3
版本:
1.56

描述

描述:
Returns position, which is given distance and relative direction away from original object.

基本句法

句法:
object getRelPos [distance, direction]
参数:
object: Object - object
[distance, direction]: Array
distance: Number - distance from object
direction: Number - direction relative to object's current direction
返回值:
Array - format [x,y,z], where z is land surface in format PositionAGL

范例

范例1:
Find position 100 metres away at player's 3 o'clock:_relpos = player getRelPos [100, 90];

额外资讯

多人游戏:
-
也可以看看:
getPosASLVisualgetPosATLVisualvisiblePositionASLvisiblePositionpositiongetPosgetPosATLgetPosASLgetPosASLW

注意事项

此处撰写句法皆为可行用法. 可到官网[1]专页回报错误. 你可以使用讨论页面或是论坛来进行讨论.
新增注意事项 | 如何新增?

Notes

talkingtoaj
getPos vs getRelPos: getRelPos operates similarly to getPos except in getRelPos the direction is calculated 'relative' to the current object direction whereas getPos's direction is from North. Thus while getPos can take a position array as it's starting point, getRelPos requires an object with its own azithmus heading.
Posted on 3 March, 2016

Bottom Section

Advertisement