Phaser API Documentation

  Version: 
<static> hasCore(key)

Description:

Checks if the given key is already being used in the core plugin cache.

Parameters:

name type description
key string

The key to check for.

Returns:
Description:

true if the key is already in use in the core cache, otherwise false.

Type:
  • boolean
Since: 3.8.0