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

点击图片可看到更多讯息

开始使用于

游戏:
Operation Flashpoint
版本:
1.21

描述

描述:
Returns the position of a selected waypoint of a given group. Waypoints include only those which were placed in the mission editor.

基本句法

句法:
Array = getWPPos [group, index]
参数:
[group, index]: Array
group: Group - the group/unit, of which you want to select a waypoint
index: Number - 0 equals the starting position of the group.
The number used in this and other waypoint commands is one more than the one displayed in the waypoint window in the editor. (i.e. if the editor labeled a WP "0:MOVE" the you would have to use getWPPos [grp,1] to access this particular WP)
返回值:
Array - format Position3D. The returned position equals [0,0,0], if the selected waypoint doesn't exist.

范例

范例1:
[_group1,1] setWPPos [200,600,0];
_pos = getWPPos [_group1,1];
returns [200,600,0]

额外资讯

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

注意事项

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

Notes

Bottom Section

Advertisement