Notch Notch Manual 0.9.23
 Light | Dark
Node

Node

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.