Added the TimeSpan Ticks node page. |
m YoshBot moved page ProtoFlux:TimeSpan Ticks to ProtoFlux:TimeSpanTicks: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:36, 21 August 2025
Ticks
Timespan
The TimeSpan Ticks
node takes in a TimeSpan and returns with only the amount of ticks in that TimeSpan. Anything other than the ticks will be ignored.
Inputs
TimeSpan (TimeSpan)
The TimeSpan we are getting info from.
Outputs
* (Long)
Returns the amount of ticks in this TimeSpan as an long.