Name | <definition[<name>]> |
Returns | ObjectTag |
Description | Returns a definition from the current queue.
The object will be returned as the most-valid type based on the input. In most usages, the tag name is left blank, like "<[defhere]>". You can use "." in a definition name to read a submapped key if the root definition is a MapTag. |
Example |
|
Example |
|
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/DefinitionTagBase.java#L14 |