Category:ProtoFlux:Time

Category page
Revision as of 04:02, 15 January 2024 by 989onan (talk | contribs) (Create Time ProtoFlux Category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Subcategories
Category Summary
DateTime Working with dates specifically.
TimeSpam Working with time durations specifically.
Nodes
Node Name Description
Add DateTime TimeSpan Adds a TimeSpan to a DateTime.
Delta Time tells you the time between frames in seconds (Local)
Div Delta Time Divides the provided value by Delta Time
Elapsed Time Will output in seconds the time since the last impulse
From Unix Milliseconds Makes a DateTime from a long number of Unix Milliseconds.
From Unix Seconds Makes a DateTime from a long number of Unix Seconds.
Inverted Delta Time
Inverted Smooth Delta Time
Is Between
Mul Delta Time
Smooth Delta Time
Stop Watch A start-able/stop-able/pause-able timer through Calls.
Sub Subtract B from A. Can subtract a TimeSpan from TimeSpan, or a TimeSpan from DateTime.
To Local Time
To Universal Time
To Unix Milliseconds Turns a DateTime into a long Unix Millseconds.
To Unix Seconds Turns a DateTime into a long Unix Seconds.
UTC Now Gives the Universal Time Central time. Is the same for everyone at any given time.
World Time 10 Float The world up time as a float in seconds times 10.
World Time 2 Float The world up time as a float in seconds times 2.
World Time Double The world up time as a double in seconds.
World Time Float The world up time as a float in seconds.
World Time Half Float The world up time as a float in seconds times 1/2.
World Time Tenth Float The world up time as a float in seconds times 1/10.