| Name | <MapTag.contains[<key>|...]> |
| Returns | ElementTag(Boolean) |
| Description | Returns whether the map contains the specified key.
If a list is given as input, returns whether the map contains all of the specified keys. |
| Example | |
| Example | |
| Example | |
| Example | |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/MapTag.java#L543 |