ProtoFlux:World Time Float: Difference between revisions

From Resonite Wiki
Created a page for the World Time Float node.
 
m see also authoritytimebase
 
Line 21: Line 21:


Returns the total world time as a float.
Returns the total world time as a float.
== See Also ==
* [[Component:AuthorityTimeBase|AuthorityTimeBase]]


[[Category:ProtoFlux:Time]]
[[Category:ProtoFlux:Time]]

Latest revision as of 19:43, 20 May 2024

T
*
Time

The World Time Float node returns the total world time that this world has been open for.

There are convenient world time nodes that make your coding life easier, preventing the need to make math nodes when these nodes would suffice:

Outputs

* (float)

Returns the total world time as a float.

See Also