Difference between revisions of "MC-Basic:axis.RUNNINGTIME"

From SoftMC-Wiki
Jump to: navigation, search
 
Line 5: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
<''axis''>.RunningTime= <''value''><br>
+
<''axis''>.RunningTime = <''value''><br>
  
 
?<''axis''>.RunningTime
 
?<''axis''>.RunningTime

Latest revision as of 05:46, 26 May 2020

Language: English

This property returns the cumulative running time of an axis. The running time is incremented only when the velocity of the axis is non-zero.

Short form

N/A

Syntax

<axis>.RunningTime = <value>

?<axis>.RunningTime

Availability

0.4.20.4

Type

Long

Range

0 to MAXLong

Units

milliseconds

Scope

Task or Terminal

Examples

A1.RunningTime = 0
?A1.RunningTime