EMITSIGNAL(NAME, VALUE)
Sends a signal via an output connection.
name
– Name of the output used to emit the signal.
value
– Data sent in the signal.
function init(){ this.emitSignal('Object', 'Obstacle'); }
Sends a signal via an output connection.
name
– Name of the output used to emit the signal.
value
– Data sent in the signal.
function init(){ this.emitSignal('Object', 'Obstacle'); }