Notch Notch Manual 0.9.23
 Light | Dark
LocalTime

LocalTime

Purpose #

Provides the time local to the current layer.

Syntax #

float LocalTime;

Example #

function Update()
{ 
   time = UpdateContext.LocalTime;
}
Please note this is a member variable of UpdateContext, not a function.