Skip to content

Function: doesGameplayTagContainerMatchQuery()

ts
function doesGameplayTagContainerMatchQuery(
   tagContainer, 
   tagQuery, 
   options?): boolean;

Defined in: helpers.ts:78

Parameters

tagContainer

GameplayTagContainerLike

tagQuery

GameplayTagQueryInput

options?

GameplayTagQueryMatchOptions = {}

Returns

boolean