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