SignalBinding#execute()

execute(paramsArr) → {any}

Call listener passing arbitrary parameters.
If binding was added using Signal.addOnce() it will be automatically removed from signal dispatch queue, this method is used internally for the signal dispatch.

Parameters
Name Type Argument Description
paramsArr Array.<any> <optional>

Array of parameters that should be passed to the listener.

Returns
any -

Value returned by the listener.

Source code: core/SignalBinding.js (Line 102)
doc_phaser
2017-02-14 11:09:28
Comments
Leave a Comment

Please login to continue.