Skip to main content

TIME

Constant TIME 

Source
pub const TIME: BuiltinDefinition;
Expand description

Accepted simulation time in seconds inside a system lifecycle callback.

time advances with accepted simulation ticks, not wall-clock time or browser rendering. The embedding host chooses the fixed cadence. Failed ticks do not publish new time; this immutable binding is unavailable at module scope.