Purpose # Provides the current JavaScript node object running the script. Syntax # object Node; Example # function Update() { node = UpdateContext.Node; } Please note this is a member variable of UpdateContext, not a function.