ArraySet#callAll()

callAll(key, parameter)

Calls a function on all members of this list, using the member as the context for the callback.

If the key property is present it must be a function.
The function is invoked using the item as the context.

Parameters
Name Type Argument Description
key string

The name of the property with the function to call.

parameter * <repeatable>

Additional parameters that will be passed to the callback.

Source code: utils/ArraySet.js (Line 159)
doc_phaser
2017-02-14 10:36:11
Comments
Leave a Comment

Please login to continue.