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

點擊圖片可看到更多訊息

開始使用於

遊戲:
Operation Flashpoint
版本:
1.00

描述

描述:
Returns the position of a given marker. [x,y,z] Argument 3 (height above ground) is always zero. If a non-existing marker is referenced the values returned are [0,0,0].

基本句法

句法:
Array = getMarkerPos markerName
參數:
markerName: String
返回值:
Array - (format Position3D)

範例

範例1:
"MarkerOne" setMarkerPos [200,100]

_pos = getMarkerPos "MarkerOne"
returns [200,100,0]

額外資訊

多人遊戲:
-
也可以看看:
setMarkerPos

注意事項

此處撰寫句法皆為可行用法. 可到官網[1]專頁回報錯誤. 你可以使用討論頁面或是論壇來進行討論.
新增注意事項 | 如何新增?

Notes

Bottom Section

Advertisement