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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
<!-- {{Languages|MC-Basic:group.BLENDINGSTARTCONDITION}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 6: Line 7:
 
?<group>.BlendingStartCondition<br>
 
?<group>.BlendingStartCondition<br>
  
<group>. BlendingStartCondition = ''<value>''
+
<group>. BlendingStartCondition = <''value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions AMCS 4.5.1 and higher
+
Since Version 4.5.1
 
 
 
|DESCRIPTION=
 
|DESCRIPTION=
.Defines if the thrd motion in a blending sequece is blended with the first if he second is finished before the first.<br>
+
Defines if the third motion in a blending sequence is blended with the first motion in the case that the second motion is finished before the first one.<br>
  
0 – do not blend thrid motion with the first<br>
+
0 – do not blend third motion with the first<br>
  
1 – blend the third motion with the first if the second is finished befreo the first.
+
1 – blend the third motion with the first if the second is finished before the first.
  
 +
Previously used in form of user functions:
 +
<pre>
 +
int MOT_SET_3SKIPP(int x, int y, int z)
 +
int MOT_GET_3SKIPP(int x, int y, int z)
 +
</pre>
  
  
Line 42: Line 47:
  
 
|SEE ALSO=
 
|SEE ALSO=
 
+
* [[MC-Basic:group.BLENDINGFACTOR| BLENDINGFACTOR]]
 +
* [[MC-Basic:group.BLENDPROTECTED| BLENDPROTECTED ]]
  
 
}}
 
}}
 +
-->

Latest revision as of 06:21, 14 August 2017