Name | <ObjectTag.null_if_tag[<dynamic-boolean>]> |
Returns | ObjectTag |
Description | Parses the given tag on the object, expecting a boolean return.
This requires a fully formed tag as input, making use of the 'null_if_value' definition. If the return is 'true', the 'null_if' tag returns null. If the return is 'false', the 'null_if' tag returns the original object. Consider also ObjectTag.null_if_tag. |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/CoreObjectTags.java#L176 |