| Name | <map[(<map>)]> |
| Returns | MapTag |
| Description | Returns a map object constructed from the input value.
Give no input to create an empty map. Refer to MapTag. For example: <map[a=1;b=2;c=3]> |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/MapTagBase.java#L10 |