Phaser API Documentation

  Version: 

Member of: Phaser.Loader.File

hasCacheConflict()

Description:

Checks if a key matching the one used by this file exists in the target Cache or not. This is called automatically by the LoaderPlugin to decide if the file can be safely loaded or will conflict.

Returns:
Description:

true if adding this file will cause a conflict, otherwise false.

Type:
  • boolean
Since: 3.7.0
Source: src/loader/File.js (Line 425)