Class: wcNodeEntryStart

wcNodeEntryStart


new wcNodeEntryStart(parent, pos)

An entry node that fires as soon as the script starts.
When inheriting, make sure to include 'this._super(parent, pos);' at the top of your init function.

Parameters:
Name Type Description
parent string The parent object of this node.
pos wcPlay~Coordinates The position of this node in the visual editor.
Source:

Methods


function onStart()

Event that is called as soon as the Play script has started.
Overload this in inherited nodes, be sure to call 'this._super(..)' at the top.

Source: