checkJSONKey(key) → {boolean} Checks if the given key exists in the JSON Cache. Parameters
onFileError : Phaser.Signal This event is dispatched
checkBitmapFontKey(key) → {boolean} Checks if the given key exists in the BitmapFont Cache.
decodedSound(key, data) Add a new decoded sound. Parameters Name
getAssetIndex(type, key) → {number} Get the queue-index of the file/asset with a specific key.
removePhysics(key) Removes a physics data file from the cache. Note that this only removes it from the Phaser.Cache. If you still
checkPhysicsKey(key) → {boolean} Checks if the given key exists in the Physics Cache.
removeXML(key) Removes a xml object from the cache. Note that this only removes it from the Phaser.Cache. If you still have references
hasLoaded : boolean True if all assets in the queue have finished loading. Source
json(key, url, overwrite) → {
Page 15 of 16