武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 1.56
  

點擊圖片可看到更多訊息

開始使用於

遊戲:
Arma 3
版本:
1.56

描述

描述:
Returns the currently performed editing operation in Eden Editor.

基本句法

句法:
current3DENOperation
返回值:
String - operation name. Can be one of following:
  • "" (no operation)
  • "Move"
  • "Rotate"
  • "GroupTo"
  • "Connect"
  • "Create"

範例

範例1:
if (current3DENOperation == "Move") then {hint "Moving";};

額外資訊

多人遊戲:
-
也可以看看:
See also needed

注意事項

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

Notes


Bottom Section

Advertisement