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

点击图片可看到更多讯息

开始使用于

游戏:
Arma 3
版本:
1.56

描述

描述:
Execute a block of code in which all Eden Editor operations will be recorded as one history step. For example creating an entity, setting its attributes and then connections would normally be recorded as three different steps. Calling them all within single collect3DENHistory block will group them together and the user will need to undo only once to revert the changes.

基本句法

句法:
collect3DENHistory code
参数:
code: Code
返回值:
Nothing

范例

范例1:
collect3DENHistory { _logic = create3DENEntity ["Logic", "Logic", position player]; add3DENConnection ["Sync", [_logic], player]; }; Creates a logic and connects it to player in one history step.

额外资讯

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

create3DENComposition create3DENEntity delete3DENEntities do3DENAction remove3DENConnection set3DENAttributes

set3DENObjectType

注意事项

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

Notes


Bottom Section

Advertisement