AXY:MC-Basic:axis.DOUBLEMODE

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.DMode |SYNTAX= ?''<axis>''.DoubleMode |AVAILABILITY= All versions |DESCRIPTION= Queries the DOUBLEMODE interpolation status during blending …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Queries the DOUBLEMODE interpolation status during blending of two movements. Possible values are:
       0 – blending has not yet started
       1 – blending is in progress

Short form

<axis>.DMode

Syntax

?<axis>.DoubleMode

Availability

All versions

Type

Long

Range

0 or 1

Scope

Task or Terminal

Limitations

Read-Only

Examples

?A1.DoubleMode

See Also