ProtoFlux:WorldTimeFloat: Difference between revisions

From Resonite Wiki
Created a page for the World Time Float node.
 
m YoshBot moved page ProtoFlux:World Time Float to ProtoFlux:WorldTimeFloat: Automated: removing spaces from ProtoFlux namespace
 
(2 intermediate revisions by one other 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 00:42, 21 August 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