forEachAlive(callback, callbackContext, args)
Call a function on each alive child in this group. See forEach for details.
Parameters
Name Type Argument Default Description callback function The function that will be called for each applicable child. The child will be passed as the first argument. callbackContext object The context in which the function should be called (usually 'this'). args any <optional> <repeatable> (none) Additional arguments to pass to the c