MC-Basic:element.ATTACHEDTO/zh-hans

From SoftMC-Wiki
< MC-Basic:element.ATTACHEDTO
Revision as of 03:26, 5 September 2017 by Chi (talk | contribs) (Created page with "{{Languages}} == 缩写 == == 格式 == ?<''element''>.AttachedTo == 适用版本 == 自版本3.6.20起 == 描述 == Returns name of an attached task to the given element. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: [[::MC-Basic:element.ATTACHEDTO|English]]  • [[::MC-Basic:element.ATTACHEDTO/zh-hans|中文(简体)‎]]

缩写

格式

?<element>.AttachedTo

适用版本

自版本3.6.20起

描述

Returns name of an attached task to the given element.
Note - If a group is not attached but the axes belonging to it are, the list of active axes and their tasks is returned. If the element is not attached to any program, an empty string is returned.

类型

String

取值范围

单位

默认

使用范围

Configuration (for group only), Task, Terminal

使用范围

Read Only

例子

Axis
?A1.AttachedTo

Group
?G1.AttachedTo

参考