武装突袭 Wiki
Advertisement
  Arguments of this scripting command have to be local to the client the command is executed onEffects of this scripting command are broadcasted over the network and happen on every computer in the network

点击图片可看到更多讯息

开始使用于

游戏:
Armed Assault
版本:
1.00

描述

描述:
Set the destination for path planning of the pilot. Possible values for planningMode are:
  • "DoNotPlan" - used when not moving
  • "DoNotPlanFormation" - used in formation when simple path testing is used
  • "LEADER PLANNED" - used for formation leader (full path finding used)
  • "LEADER DIRECT" - used for DirectGo (like getin, supply)
  • "FORMATION PLANNED" - used in formation when full path finding is used
  • "VEHICLE PLANNED" - used for vehicle driver
Works best when used on agents

基本句法

句法:
object setDestination [position, planningMode, forceReplan]
参数:
object: Object
[position, planningMode, forceReplan]: Array
position: Array - format Position
planningMode: String
forceReplan: Boolean Specifies if replanning of the path should be forced.
返回值:
Nothing

范例

范例1:
bob setDestination [screenToWorld [0.5,0.5], "LEADER PLANNED", true]

额外资讯

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

注意事项

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

Notes

Bottom Section

Advertisement