Class: wcNodeProcessConsoleLog

wcNodeProcessConsoleLog


new wcNodeProcessConsoleLog(parent, pos)

For debugging purposes, will print out a message into the console log the moment it is activated. Silent mode will silence this node.
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 onActivated(name)

Event that is called when an entry link has been activated.
Overload this in inherited nodes, be sure to call 'this._super(..)' at the top.

Parameters:
Name Type Description
name string The name of the entry link triggered.
Source: