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.