MC-Basic:element.ABSENABLE/zh-hans

From SoftMC-Wiki
< MC-Basic:element.ABSENABLE
Revision as of 15:36, 29 August 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: English  • 中文(简体)‎

缩写

<element>.AbsEn

格式

<element>.AbsEnable = <value>

?<element>.AbsEn

适用版本

所有版本

描述

该标志表示允许或禁止元素绝对运动.

类型

Long

取值范围

0 (OFF)

1 (ON)

单位

默认

1 为绝对运动

使用范围

Configuration, Task or Terminal

限制

Modal Only

例子

Axis
A1.AbsEn = 1

?A1.AbsEnable

Move A1 100 absolute = True

Group
G1.AbsEn = 1
?G1.AbsEnable

Move G1 (100, 50) absolute = True

参考