武装突袭 Wiki
Advertisement
  Arguments of this scripting command don't have to be local to the client the command is executed on

点击图片可看到更多讯息

开始使用于

游戏:
Arma 2
版本:
1.03

描述

描述:
Returns the position of an object relative to the terrain.

基本句法

句法:
getPosATL object
参数:
object: Object
返回值:
Array - format PositionATL

范例

范例1:
_objPosition = getPosATL player

额外资讯

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

注意事项

此处撰写句法皆为可行用法. 可到官网[1]专页回报错误. 你可以使用讨论页面或是论坛来进行讨论.
新增注意事项 | 如何新增?
Posted on December 18, 2015 - 12:54 (UTC)
RHfront
If one desires to retrieve an object from an array of object, be sure to wrap your array information in parenthesis. e.g. getPosATL (myArray select 0);
Advertisement