Difference between revisions of "AXY:MC-Basic:group.DOUBLEMODE"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "<GROUP>" to "<''group''>")
Line 36: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:group.BLENDINGMETHOD|group.BLENDINGMETHOD]]
+
* [[MC-Basic:group.BLENDINGMETHOD|group.BLENDINGMETHOD]]
  
  
 
}}
 
}}

Revision as of 08:50, 22 May 2014

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

Short form

<group>.DMode

Syntax

?<group>.DoubleMode

Availability

All versions

Type

Long

Range

0, 1

Scope

Task or Terminal

Limitations

Read only

Examples

?G1.DoubleMode

See Also