Class: GameplayTagQueryExpression
Defined in: query.ts:49
Constructors
Constructor
new GameplayTagQueryExpression(): GameplayTagQueryExpression;Returns
GameplayTagQueryExpression
Properties
exprSet
exprSet: GameplayTagQueryExpression[] = [];Defined in: query.ts:55
exprType
exprType: GameplayTagQueryExprType = GameplayTagQueryExprType.Undefined;Defined in: query.ts:54
tagSet
tagSet: GameplayTag[] = [];Defined in: query.ts:56
Methods
addExpr()
addExpr(expression): this;Defined in: query.ts:108
Parameters
expression
GameplayTagQueryExpression
Returns
this
addTag()
addTag(tag): this;Defined in: query.ts:98
Parameters
tag
Returns
this
addTags()
addTags(tags): this;Defined in: query.ts:103
Parameters
tags
Returns
this
allExprMatch()
allExprMatch(): this;Defined in: query.ts:88
Returns
this
allTagsExactMatch()
allTagsExactMatch(): this;Defined in: query.ts:78
Returns
this
allTagsMatch()
allTagsMatch(): this;Defined in: query.ts:63
Returns
this
anyExprMatch()
anyExprMatch(): this;Defined in: query.ts:83
Returns
this
anyTagsExactMatch()
anyTagsExactMatch(): this;Defined in: query.ts:73
Returns
this
anyTagsMatch()
anyTagsMatch(): this;Defined in: query.ts:58
Returns
this
clone()
clone(): GameplayTagQueryExpression;Defined in: query.ts:121
Returns
GameplayTagQueryExpression
equals()
equals(other): boolean;Defined in: query.ts:126
Structural equality, ignoring tag order, duplicate tags, and child expression order.
Parameters
other
GameplayTagQueryExpressionInput
Returns
boolean
fromJSON()
static fromJSON(input): GameplayTagQueryExpression;Defined in: query.ts:50
Parameters
input
GameplayTagQueryExpressionInput
Returns
GameplayTagQueryExpression
noExprMatch()
noExprMatch(): this;Defined in: query.ts:93
Returns
this
noTagsMatch()
noTagsMatch(): this;Defined in: query.ts:68
Returns
this
toJSON()
toJSON(): GameplayTagQueryExpressionJson;Defined in: query.ts:132
Returns
GameplayTagQueryExpressionJson
usesExprSet()
usesExprSet(): boolean;Defined in: query.ts:117
Returns
boolean
usesTagSet()
usesTagSet(): boolean;Defined in: query.ts:113
Returns
boolean