Phaser API Documentation

  Version: 
isDestroying(item)

Description:

Checks the given item to see if it is already pending destruction from this Process Queue.

Parameters:

name type description
item *

The item to check.

Returns:
Description:

true if the item is pending destruction, otherwise false.

Type:
  • boolean
Since: 3.60.0