Difference between revisions of "MC-Basic:element.TOTALTIME/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages}} == 缩写 == <''element''>.Ttime == 格式 == <''element''>?Ttime == 适用版本 == 从版本4.5.25起及更高 == 描述 == Returns the total time of the mo...")
 
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:element.TOTALTIME}}
 
== 缩写 ==
 
== 缩写 ==
 
<''element''>.Ttime
 
<''element''>.Ttime
Line 10: Line 10:
  
 
== 描述 ==
 
== 描述 ==
Returns the total time of the motion currently being executing. <br>  
+
返回当前正在执行的运动的总时间。 <br>  
  
Values: <br>  
+
: <br>  
  
'''-2''' – Not applicable (PrfType = 0 or 1).<br>  
+
'''-2''' – 不适用(PrfType = 0 or 1).<br>  
  
'''-1 '''– No motion active. <br>
+
'''-1 '''– 没有运动激活 <br>
  
'''0''' – Cannot happen as there are no motions of zero duration. <br>  
+
'''0''' – 不能发生,因为没有零时间的运动。<br>  
  
'''> 0''' – Total time of running motion.
+
'''> 0''' – 运动运行的总时间.
  
  
{{Note| Note that in case of blending the '''TotalTime/CurrentTime''' of the first motion of the blending pair is returned! Once the blending ceased (only the second motion is executing, i.e. the first movement finished) the time values of the second motion are returned.}}
+
{{Note| 请注意,如果运动关联,则返回关联对的第一个运动的'''TotalTime/CurrentTime'''!,一旦关联停止(仅第二运动正在执行,即第一运动完成),则返回第二运动的时间值。}}
  
  
Line 42: Line 42:
  
 
== 限制 ==
 
== 限制 ==
Read only
+
只读
  
 
== 例子 ==
 
== 例子 ==

Latest revision as of 09:48, 30 October 2017

语言: English  • 中文(简体)‎

缩写

<element>.Ttime

格式

<element>?Ttime

适用版本

从版本4.5.25起及更高

描述

返回当前正在执行的运动的总时间。

值:

-2 – 不适用(PrfType = 0 or 1).

-1 – 没有运动激活

0 – 不能发生,因为没有零时间的运动。

> 0 – 运动运行的总时间.


NOTE-Info.svgNOTE
请注意,如果运动关联,则返回关联对的第一个运动的TotalTime/CurrentTime!,一旦关联停止(仅第二运动正在执行,即第一运动完成),则返回第二运动的时间值。


类型

Long

取值范围

-2 to MaxInt

单位

milliseconds (ms)

默认

使用范围

Task, Terminal

限制

只读

例子

Axis
?A1.totaltime

Group
?G1totaltime

参考