Phaser API Documentation

  Version: 
query(search)

Description:

Queries the DataManager for the values of keys matching the given regular expression.

Parameters:

name type description
search RegExp

A regular expression object. If a non-RegExp object obj is passed, it is implicitly converted to a RegExp by using new RegExp(obj).

Returns:
Description:

The values of the keys matching the search string.

Type:
  • Object.<string, *>
Since: 3.0.0
Source: src/data/DataManager.js (Line 190)