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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages}} == 缩写 == element.Ctime == 格式 == ?<element>Ctime == 适用版本 == 从版本4.5.25起或更高 == 描述 == Returns the total time of the currently ex...")
 
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:element.CURRENTTIME}}
 
== 缩写 ==
 
== 缩写 ==
 
element.Ctime
 
element.Ctime
Line 10: Line 10:
  
 
== 描述 ==
 
== 描述 ==
Returns the total time of the currently executing motion. Values:
+
返回当前正在执行的动作的总时间。值:
  
-1 = No motion active
+
-1 = 无运动激活
  
-2 = Not applicable (PrfType = 0 or 1)
+
-2 = 不适用 (PrfType = 0 or 1)
  
> 0 = Current 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| 请注意,如果混合,则返回混合对的第一个运动的'''总时间/当前时间'''! 一旦混合停止(仅第二个运动正在执行,即第一个运动完成),则返回第二个运动的时间值.}}
  
 
== 类型 ==
 
== 类型 ==
Line 37: Line 37:
  
 
== 限制 ==
 
== 限制 ==
Read-only
+
只读
  
 
== 例子 ==
 
== 例子 ==

Latest revision as of 01:40, 11 September 2017

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

缩写

element.Ctime

格式

?<element>Ctime

适用版本

从版本4.5.25起或更高

描述

返回当前正在执行的动作的总时间。值:

-1 = 无运动激活

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

> 0 = 当前运行时间


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

类型

Long

取值范围

-2…MaxInt

单位

milliseconds

默认

使用范围

Task, terminal

限制

只读

例子

Axis
?A1.currenttime

Group
?G1.currenttime

参考