MC-Basic:element.ABSENABLE/zh-hans

From SoftMC-Wiki
< MC-Basic:element.ABSENABLE
Revision as of 15:31, 29 August 2017 by Chi (talk | contribs) (Created page with "{{Languages}} {{MC-Basic |缩写= <''element''>.AbsEn |SYNTAX= <''element''>.AbsEnable = <''value''><br> ?<''element''>.AbsEn |AVAILABILITY= All versions |DESCRIPTION= The...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: [[::MC-Basic:element.ABSENABLE|English]]  • [[::MC-Basic:element.ABSENABLE/zh-hans|中文(简体)‎]]

The flag allows or prohibits the element absolute motion.

Syntax

<element>.AbsEnable = <value>

?<element>.AbsEn

Availability

All versions

Type

Long

Range

0 (OFF)

1 (ON)

Default

1 for Absolute motion

Scope

Configuration, Task or Terminal

Limitations

Modal Only

Examples

Axis
A1.AbsEn = 1

?A1.AbsEnable

Move A1 100 absolute = True

Group
G1.AbsEn = 1
?G1.AbsEnable

Move G1 (100, 50) absolute = True

See Also