ProtoFlux:World Time Float: Difference between revisions

From Resonite Wiki
Created a page for the World Time Float node.
 
Added category: ContinuouslyChanging nodes
 
(One intermediate revision by the same user not shown)
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]]
[[Category:ContinuouslyChanging nodes]]

Latest revision as of 06:50, 27 May 2025

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