Skip to content

Has

Parser with Has

ModeDescription
hasChecks if all specified elements exist in the target (region flags, items, etc.).
!hasChecks if none of the specified elements exist in the target.
anyChecks if at least one of the specified elements exists in the target.
allChecks if all specified elements exist in the target (equivalent to has).
noneChecks if none of the specified elements exist in the target (equivalent to !has).