GetEndTime()
Purpose #
Provides the end time of the node (as per Notch timeline) in hundredths of a second.
Syntax #
int GetEndTime();
Example #
function Update()
{
layer = Document.FindLayer("My Layer");
node = layer.FindNode("Image 2D");
var timeEnd = node.GetEndTime();
}