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

点击图片可看到更多讯息

开始使用于

游戏:
Arma 3
版本:
1.56

描述

描述:
Returns an array of all selected Eden Editor Entities, including groups, waypoints, and markers.

基本句法

句法:
get3DENSelected type
参数:
type: String - entity type, can be:
  • ""
  • "object"
  • "group"
  • "trigger"
  • "logic"
  • "waypoint"
  • "marker"

返回值:
Array of Eden Entities

范例

范例1:
systemChat str (get3DENSelected ""); /* outputs: [ [B Alpha 2-1:1],//objects [B Alpha 2-1],//groups [164494: <no shape>],//triggers [<No center> Charlie 1-2:4],//logic [ [B Alpha 2-1,0] ],//waypoints ["Hotel_Whiskey"]//markers ]*/
范例2:
systemChat str (get3DENSelected "object"); // outputs: [B Alpha 2-1:1]

额外资讯

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

add3DENConnection add3DENEventHandler all3DENEntities collect3DENHistory create3DENComposition create3DENEntity current3DENOperation delete3DENEntities do3DENAction get3DENActionState get3DENAttribute get3DENCamera get3DENConnections get3DENEntityID get3DENGrid get3DENIconsVisible get3DENLinesVisible get3DENSelected is3DEN is3DENMultiplayer move3DENCamera remove3DENConnection remove3DENEventHandler removeAll3DENEventHandlers set3DENAttributes set3DENGrid set3DENIconsVisible set3DENLinesVisible

set3DENObjectType

注意事项

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

Notes


Bottom Section

Advertisement